summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMasahiro Yamada <[email protected]>2015-03-27 17:01:11 +0900
committerTom Rini <[email protected]>2015-03-28 09:03:09 -0400
commitf47fb6b4a0082d1a9da03cec86150a5af4131eb3 (patch)
tree7a197b01fae433bc8b73008e8fde8381a14cdb49 /include
parent2bb1cd53e97f996bc13df425602b85f9f1159db8 (diff)
m68k: mcf523x: move CPU type to Kconfig and refactor config.mk
Move the CPU type config options from include/configs/M5235EVB.h to arch/m68k/Kconfig and refactor the CPU flags select in arch/m68k/cpu/mcf523x/config.mk. Signed-off-by: Masahiro Yamada <[email protected]> Cc: Alison Wang <[email protected]> Cc: Angelo Dureghello <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/M5235EVB.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/M5235EVB.h b/include/configs/M5235EVB.h
index 0f6e2f72cf0..883347b0fd8 100644
--- a/include/configs/M5235EVB.h
+++ b/include/configs/M5235EVB.h
@@ -18,8 +18,6 @@
* High Level Configuration Options
* (easy to change)
*/
-#define CONFIG_MCF523x /* define processor family */
-#define CONFIG_M5235 /* define processor type */
#define CONFIG_MCFUART
#define CONFIG_SYS_UART_PORT (0)