diff options
author | York Sun <york.sun@nxp.com> | 2016-11-16 11:20:42 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:05 -0800 |
commit | 4096f350d5218830ffedc56631e4382df478a370 (patch) | |
tree | 588786eb7162051981f6e98f8d5b218ae28dd033 /include/configs | |
parent | 3aff30825eba88ab57f6fc2182ceef288c8aaafc (diff) | |
download | u-boot-imx-4096f350d5218830ffedc56631e4382df478a370.zip u-boot-imx-4096f350d5218830ffedc56631e4382df478a370.tar.gz u-boot-imx-4096f350d5218830ffedc56631e4382df478a370.tar.bz2 |
powerpc: MPC8541CDS: Remove macro CONFIG_MPC8541CDS
Replace with CONFIG_TARGET_MPC8541CDS from Kconfig.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/MPC8541CDS.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/MPC8541CDS.h b/include/configs/MPC8541CDS.h index 2bee0d0..29bca4c 100644 --- a/include/configs/MPC8541CDS.h +++ b/include/configs/MPC8541CDS.h @@ -17,7 +17,6 @@ #define CONFIG_BOOKE 1 /* BOOKE */ #define CONFIG_E500 1 /* BOOKE e500 family */ #define CONFIG_CPM2 1 /* has CPM2 */ -#define CONFIG_MPC8541CDS 1 /* MPC8541CDS board specific */ #define CONFIG_SYS_TEXT_BASE 0xfff80000 |