]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/M5373EVB.h
m68k: add architecture-specific u-boot.lds
[people/ms/u-boot.git] / include / configs / M5373EVB.h
index d75b43cdd3343186fafc025c9de79e038335f1b0..c142dfbe238067544936befc6a66130adf73f4ff 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
  */