diff options
author | York Sun <york.sun@nxp.com> | 2016-11-16 11:34:52 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:06 -0800 |
commit | 23b36a7d48427e29ba14e34f13a6efcef4b4f5b3 (patch) | |
tree | 6c0fad79b8cdcd047c516689b94a26f83b177656 /include/configs/MPC8569MDS.h | |
parent | 8d8544869991f787c36f2c024c52f787b0e0ca41 (diff) | |
download | u-boot-23b36a7d48427e29ba14e34f13a6efcef4b4f5b3.tar.gz |
powerpc: MPC8569: Remove macro CONFIG_MPC8569
Replace CONFIG_MPC8569 with ARCH_MPC8569 in Kconfig and clean up existing
macros.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/MPC8569MDS.h')
-rw-r--r-- | include/configs/MPC8569MDS.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/MPC8569MDS.h b/include/configs/MPC8569MDS.h index a2ec52b730..2da630cebf 100644 --- a/include/configs/MPC8569MDS.h +++ b/include/configs/MPC8569MDS.h @@ -13,7 +13,6 @@ /* High Level Configuration Options */ #define CONFIG_BOOKE 1 /* BOOKE */ #define CONFIG_E500 1 /* BOOKE e500 family */ -#define CONFIG_MPC8569 1 /* MPC8569 specific */ #define CONFIG_MPC8569MDS 1 /* MPC8569MDS board specific */ #define CONFIG_FSL_ELBC 1 /* Has Enhance localbus controller */ |