diff options
author | Mario Six <mario.six@gdsys.cc> | 2019-01-21 09:17:25 +0100 |
---|---|---|
committer | Mario Six <mario.six@gdsys.cc> | 2019-05-20 13:50:34 +0200 |
commit | 9403fc41c71fc4146ab0e890ed90b28fc053791f (patch) | |
tree | 476b1573e45ae6c4ff0522442e87a551280f8509 /scripts | |
parent | 4bc97a3b816914d8b37e3d1ecac464e6193fd230 (diff) | |
download | u-boot-9403fc41c71fc4146ab0e890ed90b28fc053791f.tar.gz u-boot-9403fc41c71fc4146ab0e890ed90b28fc053791f.tar.bz2 u-boot-9403fc41c71fc4146ab0e890ed90b28fc053791f.zip |
mpc83xx: Introduce ARCH_MPC831*
Replace CONFIG_MPC833* with proper CONFIG_ARCH_MPC833* Kconfig options.
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index d7d1b56359..d7bd37adf5 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -1220,11 +1220,8 @@ CONFIG_MMC_SPI_SPEED CONFIG_MMC_SUNXI_SLOT CONFIG_MMU CONFIG_MONITOR_IS_IN_RAM -CONFIG_MPC8313 CONFIG_MPC8313ERDB -CONFIG_MPC8315 CONFIG_MPC8315ERDB -CONFIG_MPC831x CONFIG_MPC832XEMDS CONFIG_MPC832x CONFIG_MPC8349 |