diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-03-27 17:01:06 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-28 09:03:09 -0400 |
commit | d4a9b17df590c1b0b2a187e1491ea7e946a06a07 (patch) | |
tree | 78239f0265cd4c54f64d1d9a7c41aadb46eb5456 /include/configs/M5253EVBE.h | |
parent | 3a4f6b60db1b3fd43ca0449f9259ebdf4f5d4b62 (diff) | |
download | u-boot-imx-d4a9b17df590c1b0b2a187e1491ea7e946a06a07.zip u-boot-imx-d4a9b17df590c1b0b2a187e1491ea7e946a06a07.tar.gz u-boot-imx-d4a9b17df590c1b0b2a187e1491ea7e946a06a07.tar.bz2 |
m68k: mcf52x2: move CPU type to Kconfig and refactor config.mk
This commit intends to stop grepping CPU type in
arch/m68k/cpu/mcf52x2/config.mk.
Move the CPU type config options from include/configs/*.h
to arch/m68k/Kconfig and refactor the CPU flags select in
arch/m68k/cpu/mcf52x2/config.mk.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Alison Wang <alison.wang@freescale.com>
Cc: Angelo Dureghello <angelo@sysam.it>
Diffstat (limited to 'include/configs/M5253EVBE.h')
-rw-r--r-- | include/configs/M5253EVBE.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/M5253EVBE.h b/include/configs/M5253EVBE.h index fabfdb9..8fd3907 100644 --- a/include/configs/M5253EVBE.h +++ b/include/configs/M5253EVBE.h @@ -8,8 +8,6 @@ #ifndef _M5253EVBE_H #define _M5253EVBE_H -#define CONFIG_MCF52x2 /* define processor family */ -#define CONFIG_M5253 /* define processor type */ #define CONFIG_M5253EVBE /* define board type */ #define CONFIG_MCFTMR |