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 /include/configs/MPC8313ERDB.h | |
parent | 4bc97a3b816914d8b37e3d1ecac464e6193fd230 (diff) | |
download | u-boot-9403fc41c71fc4146ab0e890ed90b28fc053791f.tar.gz |
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 'include/configs/MPC8313ERDB.h')
-rw-r--r-- | include/configs/MPC8313ERDB.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/MPC8313ERDB.h b/include/configs/MPC8313ERDB.h index cfa5b56524..c5a8065d6a 100644 --- a/include/configs/MPC8313ERDB.h +++ b/include/configs/MPC8313ERDB.h @@ -13,8 +13,6 @@ * High Level Configuration Options */ #define CONFIG_E300 1 -#define CONFIG_MPC831x 1 -#define CONFIG_MPC8313 1 #define CONFIG_MPC8313ERDB 1 #ifdef CONFIG_NAND |