diff options
author | York Sun <york.sun@nxp.com> | 2016-11-16 13:08:52 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:07 -0800 |
commit | 7d5f9f84f1767c5f9669d9db7fbbb825623b67a3 (patch) | |
tree | 03d0f344a65392c770f0fc133277be61d8388507 /scripts | |
parent | 164b2f812bd0a095f378961f04bc98e2735a376d (diff) | |
download | u-boot-imx-7d5f9f84f1767c5f9669d9db7fbbb825623b67a3.zip u-boot-imx-7d5f9f84f1767c5f9669d9db7fbbb825623b67a3.tar.gz u-boot-imx-7d5f9f84f1767c5f9669d9db7fbbb825623b67a3.tar.bz2 |
powerpc: P1010: Remove macro CONFIG_P1010
Replace CONFIG_P1010 with ARCH_P1010 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 0dd5a7b..c1c012e 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -3383,7 +3383,6 @@ CONFIG_OS2_ENV_ADDR CONFIG_OS_ENV_ADDR CONFIG_OTHBOOTARGS CONFIG_OVERWRITE_ETHADDR_ONCE -CONFIG_P1010 CONFIG_P1010RDB_PA CONFIG_P1010RDB_PB CONFIG_P1020 |