diff options
author | Mario Six <mario.six@gdsys.cc> | 2019-01-21 09:17:28 +0100 |
---|---|---|
committer | Mario Six <mario.six@gdsys.cc> | 2019-05-20 13:50:34 +0200 |
commit | 61abced70fe5abf59b1a906d395b659ad918b8de (patch) | |
tree | 92ce031759d4eee0751d7ee44a4c993eb2b1225c /include/configs/km8360.h | |
parent | d5cfa4aa5d6422ad654bbc4032361c2367439de8 (diff) | |
download | u-boot-61abced70fe5abf59b1a906d395b659ad918b8de.tar.gz |
mpc83xx: Introduce ARCH_MPC836*
Replace CONFIG_MPC836* with proper CONFIG_ARCH_MPC836* Kconfig options.
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'include/configs/km8360.h')
-rw-r--r-- | include/configs/km8360.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/km8360.h b/include/configs/km8360.h index feb8a9a16d..7857b83055 100644 --- a/include/configs/km8360.h +++ b/include/configs/km8360.h @@ -36,7 +36,6 @@ * High Level Configuration Options */ #define CONFIG_QE /* Has QE */ -#define CONFIG_MPC8360 /* MPC8360 CPU specific */ /* include common defines/options for all 83xx Keymile boards */ #include "km/km83xx-common.h" |