diff options
author | York Sun <york.sun@nxp.com> | 2016-11-16 11:26:45 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:05 -0800 |
commit | 99d0a3123e5dff47c1c4a2c541f7d53ea08d9150 (patch) | |
tree | c53398731239358ceb8183c0310082b797012f79 /include | |
parent | 2f2d54b7cdeca694585f080bd4ef66b4b796f7d3 (diff) | |
download | u-boot-99d0a3123e5dff47c1c4a2c541f7d53ea08d9150.zip u-boot-99d0a3123e5dff47c1c4a2c541f7d53ea08d9150.tar.gz u-boot-99d0a3123e5dff47c1c4a2c541f7d53ea08d9150.tar.bz2 |
powerpc: MPC8560: Remove macro CONFIG_MPC8560
Replace CONFIG_MPC8560 with ARCH_MPC8560 in Kconfig and clean up existing
macros.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/MPC8560ADS.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/MPC8560ADS.h b/include/configs/MPC8560ADS.h index 25227e5..8a0b2d8 100644 --- a/include/configs/MPC8560ADS.h +++ b/include/configs/MPC8560ADS.h @@ -23,7 +23,6 @@ #define CONFIG_E500 1 /* BOOKE e500 family */ #define CONFIG_CPM2 1 /* has CPM2 */ #define CONFIG_MPC8560ADS 1 /* MPC8560ADS board specific */ -#define CONFIG_MPC8560 1 /* * default CCARBAR is at 0xff700000 |