diff options
author | York Sun <york.sun@nxp.com> | 2016-11-16 11:06:47 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:04 -0800 |
commit | 24ad75ae55e7136e958e00380d58c87696216657 (patch) | |
tree | 80d806c946e90c12135b1f31d815f8676c97c3b4 /scripts | |
parent | ebccf25518dc8d5253d70d69fc738c0f80cb888a (diff) | |
download | u-boot-24ad75ae55e7136e958e00380d58c87696216657.zip u-boot-24ad75ae55e7136e958e00380d58c87696216657.tar.gz u-boot-24ad75ae55e7136e958e00380d58c87696216657.tar.bz2 |
powerpc: MPC8536: Move CONFIG_MPC8536 to Kconfig option
Replace CONFIG_MPC8536 with ARCH_MPC8536 in Kconfig and clean up existing
macros.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 20ac99d..2dcbb04 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -3140,7 +3140,6 @@ CONFIG_MPC83XX_GPIO_1_INIT_OPEN_DRAIN CONFIG_MPC83XX_GPIO_1_INIT_VALUE CONFIG_MPC83XX_PCI2 CONFIG_MPC850 -CONFIG_MPC8536 CONFIG_MPC8536DS CONFIG_MPC8540 CONFIG_MPC8540ADS |