diff options
author | Mario Six | 2019-01-21 09:17:24 +0100 |
---|---|---|
committer | Mario Six | 2019-05-20 13:50:34 +0200 |
commit | 4bc97a3b816914d8b37e3d1ecac464e6193fd230 (patch) | |
tree | ec82777e82de13bd596d421cb1bd893103bef20e /include/configs/mpc8308_p1m.h | |
parent | 748198cb8d32d41bc35e6f492bac9948f339bece (diff) |
mpc83xx: Introduce ARCH_MPC830*
Replace CONFIG_MPC830* with proper CONFIG_ARCH_MPC830* Kconfig options.
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'include/configs/mpc8308_p1m.h')
-rw-r--r-- | include/configs/mpc8308_p1m.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/mpc8308_p1m.h b/include/configs/mpc8308_p1m.h index 98f030388cd..c007877276b 100644 --- a/include/configs/mpc8308_p1m.h +++ b/include/configs/mpc8308_p1m.h @@ -12,8 +12,6 @@ * High Level Configuration Options */ #define CONFIG_E300 1 /* E300 family */ -#define CONFIG_MPC830x 1 /* MPC830x family */ -#define CONFIG_MPC8308 1 /* MPC8308 CPU specific */ /* * On-board devices |