m68k: add architecture-specific u-boot.lds
[platform/kernel/u-boot.git] / include / configs / M5253EVBE.h
index 8fd3907..64dc64d 100644 (file)
 #define CONFIG_ENV_IS_IN_FLASH 1
 #endif
 
+#define LDS_BOARD_TEXT \
+       . = DEFINED(env_offset) ? env_offset : .; \
+       common/env_embedded.o      (.text)
+
+
 /*
  * BOOTP options
  */