diff options
author | York Sun <york.sun@nxp.com> | 2016-11-18 13:11:12 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:13 -0800 |
commit | 5d737010738c3a02ff346cae3d69cf20ab328d7f (patch) | |
tree | 1f45be182bf0ad324af92cd195f3032a5b2f1893 /scripts | |
parent | 95a809b918ac624fe688802745366fcf7d04651e (diff) | |
download | u-boot-imx-5d737010738c3a02ff346cae3d69cf20ab328d7f.zip u-boot-imx-5d737010738c3a02ff346cae3d69cf20ab328d7f.tar.gz u-boot-imx-5d737010738c3a02ff346cae3d69cf20ab328d7f.tar.bz2 |
powerpc: T1040: Remove macro CONFIG_PPC_T1040
Replace CONFIG_PPC_T1040 with ARCH_T1040 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 6ae4bbb..6f791d5 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_T1040 CONFIG_PPC_T1042 CONFIG_PPC_T2080 CONFIG_PPC_T2081 |