diff options
author | York Sun <york.sun@nxp.com> | 2016-11-16 11:32:17 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:06 -0800 |
commit | d07c3843103305d0eed55aacc084501100f0a8fc (patch) | |
tree | a932de1a97a9648c92a44cd191ae52c525c817fe /include | |
parent | 87499e938df0d250cd97c611d39e9181295f8c9e (diff) | |
download | u-boot-d07c3843103305d0eed55aacc084501100f0a8fc.zip u-boot-d07c3843103305d0eed55aacc084501100f0a8fc.tar.gz u-boot-d07c3843103305d0eed55aacc084501100f0a8fc.tar.bz2 |
powerpc: MPC8568: Remove macro CONFIG_MPC8568
Replace CONFIG_MPC8568 with ARCH_MPC8568 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/MPC8568MDS.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/MPC8568MDS.h b/include/configs/MPC8568MDS.h index 62f06db..18adc6f 100644 --- a/include/configs/MPC8568MDS.h +++ b/include/configs/MPC8568MDS.h @@ -13,7 +13,6 @@ /* High Level Configuration Options */ #define CONFIG_BOOKE 1 /* BOOKE */ #define CONFIG_E500 1 /* BOOKE e500 family */ -#define CONFIG_MPC8568 1 /* MPC8568 specific */ #define CONFIG_MPC8568MDS 1 /* MPC8568MDS board specific */ #define CONFIG_SYS_TEXT_BASE 0xfff80000 |