diff options
author | York Sun <york.sun@nxp.com> | 2016-11-23 14:08:36 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:16 -0800 |
commit | 4f5554c6e5a457bfd4ba9224f5d362bfdd06ca12 (patch) | |
tree | 681cd86160a408bbb2c99f0cc0983acdd5786250 /include/configs/sbc8641d.h | |
parent | 51f05ff91408fc992cf7721904e18f8f9a980332 (diff) | |
download | u-boot-imx-4f5554c6e5a457bfd4ba9224f5d362bfdd06ca12.zip u-boot-imx-4f5554c6e5a457bfd4ba9224f5d362bfdd06ca12.tar.gz u-boot-imx-4f5554c6e5a457bfd4ba9224f5d362bfdd06ca12.tar.bz2 |
powerpc: MPC8641: Remove macro CONFIG_MPC8641
Replace CONFIG_MPC8641 with ARCH_MPC8641 in Kconfig and clean up
existing macros.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/sbc8641d.h')
-rw-r--r-- | include/configs/sbc8641d.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sbc8641d.h b/include/configs/sbc8641d.h index 361c96c..2bd89f4 100644 --- a/include/configs/sbc8641d.h +++ b/include/configs/sbc8641d.h @@ -21,7 +21,6 @@ #define __CONFIG_H /* High Level Configuration Options */ -#define CONFIG_MPC8641 1 /* MPC8641 specific */ #define CONFIG_SBC8641D 1 /* SBC8641D board specific */ #define CONFIG_MP 1 /* support multiple processors */ #define CONFIG_LINUX_RESET_VEC 0x100 /* Reset vector used by Linux */ |