diff options
author | York Sun <york.sun@nxp.com> | 2016-11-16 19:41:12 (GMT) |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-24 07:42:06 (GMT) |
commit | 2fe0cd85823de5dbf47692d5655d13aac40ebe42 (patch) | |
tree | 5d04f3061b121e08fe187cba31aece1ad33d1805 /include | |
parent | c8f48474bc6bac1428b3f8a7268f4e6886dafc6d (diff) | |
download | u-boot-2fe0cd85823de5dbf47692d5655d13aac40ebe42.tar.xz |
powerpc: MPC8572DS: Remove macro CONFIG_MPC8572DS
Use CONFIG_TARGET_MPC8572DS instead.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/MPC8572DS.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/MPC8572DS.h b/include/configs/MPC8572DS.h index 36d2ecc..e134560 100644 --- a/include/configs/MPC8572DS.h +++ b/include/configs/MPC8572DS.h @@ -28,7 +28,6 @@ /* High Level Configuration Options */ #define CONFIG_BOOKE 1 /* BOOKE */ #define CONFIG_E500 1 /* BOOKE e500 family */ -#define CONFIG_MPC8572DS 1 #define CONFIG_MP 1 /* support multiple processors */ #define CONFIG_FSL_ELBC 1 /* Has Enhanced localbus controller */ |