diff options
author | York Sun <york.sun@nxp.com> | 2016-11-16 11:13:06 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:04 -0800 |
commit | 7f825218dc3ca8c4f43ac288d800832d96d455f2 (patch) | |
tree | 8d6bfd36b9e70fcde74c29ba32de9120fd4d2f36 /include/configs | |
parent | 30411e7cfc5a54856536881b893439dc158023a9 (diff) | |
download | u-boot-imx-7f825218dc3ca8c4f43ac288d800832d96d455f2.zip u-boot-imx-7f825218dc3ca8c4f43ac288d800832d96d455f2.tar.gz u-boot-imx-7f825218dc3ca8c4f43ac288d800832d96d455f2.tar.bz2 |
powerpc: mpc8540: Remove macro CONFIG_MPC8540
Replace CONFIG_MPC8540 with ARCH_MPC8540 in Kconfig and clean up existing
macros.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/MPC8540ADS.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/MPC8540ADS.h b/include/configs/MPC8540ADS.h index af3e85e..fab5a49 100644 --- a/include/configs/MPC8540ADS.h +++ b/include/configs/MPC8540ADS.h @@ -21,7 +21,6 @@ /* High Level Configuration Options */ #define CONFIG_BOOKE 1 /* BOOKE */ #define CONFIG_E500 1 /* BOOKE e500 family */ -#define CONFIG_MPC8540 1 /* MPC8540 specific */ #define CONFIG_MPC8540ADS 1 /* MPC8540ADS board specific */ /* |