diff options
author | York Sun | 2016-12-28 08:43:29 -0800 |
---|---|---|
committer | Tom Rini | 2017-01-04 19:40:14 -0500 |
commit | 53c953841bbb2c094144bff00b41501b635f3153 (patch) | |
tree | cae389f36eef00eaead2dc64b53b870f38cd1f30 /scripts | |
parent | 26e79b6547352235fe1bdcda668fe197a8ffdb92 (diff) |
powerpc: mpc85xx: Move CONFIG_SYS_PPC_E500_DEBUG_TLB to Kconfig
Use Kconfig SYS_PPC_E500_DEBUG_TLB and clean up existing macros.
Signed-off-by: York Sun <york.sun@nxp.com>
[trini: Migrate 8572]
Signed-off-by: Tom Rini <trini@konsulko.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 ea12cf1bf3b..bc8ee1f2b25 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -7209,7 +7209,6 @@ CONFIG_SYS_POWER_MANAGER CONFIG_SYS_PPC4XX_USB_ADDR CONFIG_SYS_PPC64 CONFIG_SYS_PPC_DDR_WIMGE -CONFIG_SYS_PPC_E500_DEBUG_TLB CONFIG_SYS_PQSPAR CONFIG_SYS_PRELIM_OR_AM CONFIG_SYS_PROMPT_HUSH_PS2 |