diff options
author | York Sun <york.sun@nxp.com> | 2016-11-18 12:35:47 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:12 -0800 |
commit | 5ff3f41d044bd286caed0886b94d78a7a85365da (patch) | |
tree | f679176f0f11f23221ca735fb02c010574e8b676 /scripts | |
parent | 08c752920de9dcc285265ba071cb30e3f07fd52b (diff) | |
download | u-boot-5ff3f41d044bd286caed0886b94d78a7a85365da.tar.gz |
powerpc: T1023: Remove macro CONFIG_PPC_T1023
Replace CONFIG_PPC_T1023 with ARCH_T1023 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 3af8b12044..8d97d160c2 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -3640,7 +3640,6 @@ CONFIG_PPC4xx_EMAC CONFIG_PPC64BRIDGE CONFIG_PPC_CLUSTER_START CONFIG_PPC_SPINTABLE_COMPATIBLE -CONFIG_PPC_T1023 CONFIG_PPC_T1024 CONFIG_PPC_T1040 CONFIG_PPC_T1042 |