]> git.sur5r.net Git - u-boot/blobdiff - include/configs/M53017EVB.h
m68k: mcf532x: move CPU type to Kconfig and refactor config.mk
[u-boot] / include / configs / M53017EVB.h
index 0ced196489a3ac463dae0ef441581a5e935389b9..83ac70fe317f0614402ea595df78b09a92200731 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (C) 2004-2008 Freescale Semiconductor, Inc.
  * TsiChung Liew (Tsi-Chung.Liew@freescale.com)
  *
- * SPDX-License-Identifier:    GPL-2.0+ 
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 /*
@@ -18,8 +18,6 @@
  * High Level Configuration Options
  * (easy to change)
  */
-#define CONFIG_MCF5301x                /* define processor family */
-#define CONFIG_M53015          /* define processor type */
 
 #define CONFIG_MCFUART
 #define CONFIG_SYS_UART_PORT           (0)
 #define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE       /* Boot Arg Buf Sz */
 #define CONFIG_SYS_LOAD_ADDR   0x40010000
 
-#define CONFIG_SYS_HZ          1000
 #define CONFIG_SYS_CLK         80000000
 #define CONFIG_SYS_CPU_CLK     CONFIG_SYS_CLK * 3