]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/M5329EVB.h
m68k: add architecture-specific u-boot.lds
[karo-tx-uboot.git] / include / configs / M5329EVB.h
index 795f3592b6dd4dd8f4440d669692844d36db717a..a42b5f6b475c0e706d6d2e4a8b60f3d83b511b22 100644 (file)
 #define CONFIG_ENV_SECT_SIZE   0x2000
 #define CONFIG_ENV_IS_IN_FLASH 1
 
+#define LDS_BOARD_TEXT \
+        . = DEFINED(env_offset) ? env_offset : .; \
+        common/env_embedded.o (.text*);
+
 /*-----------------------------------------------------------------------
  * Cache Configuration
  */