diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-03-27 17:01:07 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-28 09:03:09 -0400 |
commit | bdde65951659fb78d3b4bbf99743a74522f03a05 (patch) | |
tree | ad8e0af1ca8869766b27c3feeb93f3650b536128 /include/configs | |
parent | d4a9b17df590c1b0b2a187e1491ea7e946a06a07 (diff) | |
download | u-boot-imx-bdde65951659fb78d3b4bbf99743a74522f03a05.zip u-boot-imx-bdde65951659fb78d3b4bbf99743a74522f03a05.tar.gz u-boot-imx-bdde65951659fb78d3b4bbf99743a74522f03a05.tar.bz2 |
m68k: mcf530x: move CPU type to Kconfig and refactor config.mk
This commit intends to stop grepping CPU type in
arch/m68k/cpu/mcf530x/config.mk.
Move the CPU type config options from include/configs/amcore.h
to arch/m68k/Kconfig and refactor the CPU flags select in
arch/m68k/cpu/mcf530x/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')
-rw-r--r-- | include/configs/amcore.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/amcore.h b/include/configs/amcore.h index 37aa124..229fa5a 100644 --- a/include/configs/amcore.h +++ b/include/configs/amcore.h @@ -12,9 +12,6 @@ #define CONFIG_AMCORE #define CONFIG_HOSTNAME AMCORE -#define CONFIG_MCF530x -#define CONFIG_M5307 - #define CONFIG_MCFTMR #define CONFIG_MCFUART #define CONFIG_SYS_UART_PORT 0 |