diff options
author | York Sun <york.sun@nxp.com> | 2016-12-01 14:10:47 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-12-04 08:59:11 -0800 |
commit | 54db3c20bdc43c458854446939b706b4adee46cf (patch) | |
tree | 87ebda637298ea653f4bc487912bc86f72006b9b /scripts | |
parent | 8303acbce8269048b29ee72b33ebbfadef41b6f2 (diff) | |
download | u-boot-54db3c20bdc43c458854446939b706b4adee46cf.tar.gz u-boot-54db3c20bdc43c458854446939b706b4adee46cf.tar.xz u-boot-54db3c20bdc43c458854446939b706b4adee46cf.zip |
powerpc: mpc86xx: Convert CONFIG_SYS_FSL_NUM_LAWS to Kconfig option
Use Kconfig instead of defining this macro in header file.
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 e123f7429f..8e4567982a 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -5514,7 +5514,6 @@ CONFIG_SYS_FSL_NI_SIZE CONFIG_SYS_FSL_NO_SERDES CONFIG_SYS_FSL_NUM_CC_PLL CONFIG_SYS_FSL_NUM_CC_PLLS -CONFIG_SYS_FSL_NUM_LAWS CONFIG_SYS_FSL_OCRAM_BASE CONFIG_SYS_FSL_OCRAM_SIZE CONFIG_SYS_FSL_OTHER_DDR_NUM_CTRLS |