]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/M52277EVB.h
sunxi: ohci: Add ohci usb host controller support
[karo-tx-uboot.git] / include / configs / M52277EVB.h
index cde7305954e5eb9b031090518ea6c1fc01af6e54..ce33ba429fa55f5008dbba8663f416c51d6038a7 100644 (file)
@@ -18,8 +18,6 @@
  * High Level Configuration Options
  * (easy to change)
  */
-#define CONFIG_MCF5227x                /* define processor family */
-#define CONFIG_M52277          /* define processor type */
 #define CONFIG_M52277EVB       /* M52277EVB board */
 
 #define CONFIG_MCFUART
 #      define CONFIG_SYS_FLASH_BANKS_LIST      { CONFIG_SYS_CS0_BASE }
 #endif
 
+#define LDS_BOARD_TEXT \
+        arch/m68k/cpu/mcf5227x/built-in.o   (.text*) \
+       arch/m68k/lib/built-in.o            (.text*)
+
 /*
  * This is setting for JFFS2 support in u-boot.
  * NOTE: Enable CONFIG_CMD_JFFS2 for JFFS2 support.