diff options
author | Mario Six <mario.six@gdsys.cc> | 2019-01-21 09:17:26 +0100 |
---|---|---|
committer | Mario Six <mario.six@gdsys.cc> | 2019-05-20 13:50:34 +0200 |
commit | bd3b867eb988b6796909765310cd2ae8b2b3cd94 (patch) | |
tree | b2eb3d0209f29f7fdbc7a838f7321c12a6648ee0 /include/configs/MPC832XEMDS.h | |
parent | 9403fc41c71fc4146ab0e890ed90b28fc053791f (diff) |
mpc83xx: Introduce ARCH_MPC832*
Replace CONFIG_MPC832* with proper CONFIG_ARCH_MPC832* Kconfig options.
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'include/configs/MPC832XEMDS.h')
-rw-r--r-- | include/configs/MPC832XEMDS.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/MPC832XEMDS.h b/include/configs/MPC832XEMDS.h index 8f11d9b3a4..0bb7db9bc3 100644 --- a/include/configs/MPC832XEMDS.h +++ b/include/configs/MPC832XEMDS.h @@ -11,7 +11,6 @@ */ #define CONFIG_E300 1 /* E300 family */ #define CONFIG_QE 1 /* Has QE */ -#define CONFIG_MPC832x 1 /* MPC832x CPU specific */ #define CONFIG_MPC832XEMDS 1 /* MPC832XEMDS board specific */ /* |