diff options
author | York Sun <york.sun@nxp.com> | 2016-11-17 13:52:44 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:08 -0800 |
commit | aa14620c2ef46d6e3094a20189d819a05de67cd0 (patch) | |
tree | 6853c3c07585293b5ed5f5a6a0eafb40c84d465c /scripts | |
parent | fedae6ebafa79555693e5af1953aacb637ec24b9 (diff) | |
download | u-boot-aa14620c2ef46d6e3094a20189d819a05de67cd0.tar.gz |
powerpc: P1020RDB-PC: Separate from P1_P2_RDB_PC in Kconfig
Use TARGET_P1020RDB_PC instead of sharing with TARGET_P1_P2_RDB_PC
to simplify Kconfig and config macros.
Remove macro CONFIG_P1020RDB_PC.
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 e2fddfa079..81118af497 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -3384,7 +3384,6 @@ CONFIG_OS_ENV_ADDR CONFIG_OTHBOOTARGS CONFIG_OVERWRITE_ETHADDR_ONCE CONFIG_P1020 -CONFIG_P1020RDB_PC CONFIG_P1020RDB_PD CONFIG_P1020UTM CONFIG_P1021 |