diff options
author | York Sun <york.sun@nxp.com> | 2016-11-16 11:09:07 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:04 -0800 |
commit | 30411e7cfc5a54856536881b893439dc158023a9 (patch) | |
tree | 433487c8e63c0b3334a0b808fb50422a504c3801 /include/configs | |
parent | 24ad75ae55e7136e958e00380d58c87696216657 (diff) | |
download | u-boot-imx-30411e7cfc5a54856536881b893439dc158023a9.zip u-boot-imx-30411e7cfc5a54856536881b893439dc158023a9.tar.gz u-boot-imx-30411e7cfc5a54856536881b893439dc158023a9.tar.bz2 |
powerpc: MPC8536DS: Remove macro CONFIG_MPC8536DS
Use CONFIG_TARGET_MPC8536DS instead.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/MPC8536DS.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/MPC8536DS.h b/include/configs/MPC8536DS.h index d6ef67f..446303d 100644 --- a/include/configs/MPC8536DS.h +++ b/include/configs/MPC8536DS.h @@ -40,7 +40,6 @@ /* High Level Configuration Options */ #define CONFIG_BOOKE 1 /* BOOKE */ #define CONFIG_E500 1 /* BOOKE e500 family */ -#define CONFIG_MPC8536DS 1 #define CONFIG_FSL_ELBC 1 /* Has Enhanced localbus controller */ #define CONFIG_PCI1 1 /* Enable PCI controller 1 */ |