diff options
author | York Sun <york.sun@nxp.com> | 2016-11-15 13:57:15 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:03 -0800 |
commit | 25cb74b30aa1aafe8c20bb9c71619f0711d0c8a5 (patch) | |
tree | 0e3355e7c483719cfd8ed528c749f358af97ea47 /include/configs/MPC8544DS.h | |
parent | 4d08d5d9d5e10ba6ce6208f6b70e34da71e2b36f (diff) | |
download | u-boot-25cb74b30aa1aafe8c20bb9c71619f0711d0c8a5.tar.gz u-boot-25cb74b30aa1aafe8c20bb9c71619f0711d0c8a5.tar.bz2 u-boot-25cb74b30aa1aafe8c20bb9c71619f0711d0c8a5.zip |
powerpc: MPC8544: Move CONFIG_MPC8544 to Kconfig option
Replace CONFIG_MPC8544 with ARCH_MPC8544 in Kconfig.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/MPC8544DS.h')
-rw-r--r-- | include/configs/MPC8544DS.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/MPC8544DS.h b/include/configs/MPC8544DS.h index d868ce2315..fb5309a02e 100644 --- a/include/configs/MPC8544DS.h +++ b/include/configs/MPC8544DS.h @@ -14,7 +14,6 @@ /* High Level Configuration Options */ #define CONFIG_BOOKE 1 /* BOOKE */ #define CONFIG_E500 1 /* BOOKE e500 family */ -#define CONFIG_MPC8544 1 #define CONFIG_MPC8544DS 1 #ifndef CONFIG_SYS_TEXT_BASE |