]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/tcm-bf537.h
Blackfin: unify u-boot linker scripts
[karo-tx-uboot.git] / include / configs / tcm-bf537.h
index 31fe61a81b8700e570fc2cbee405cf6611bdbe9d..9794e1b90427347d920cee32a8c74fcea010551c 100644 (file)
 #else
 #define ENV_IS_EMBEDDED_CUSTOM
 #endif
+#ifdef ENV_IS_EMBEDDED
+/* WARNING - the following is hand-optimized to fit within
+ * the sector before the environment sector. If it throws
+ * an error during compilation remove an object here to get
+ * it linked after the configuration sector.
+ */
+# define LDS_BOARD_TEXT \
+       cpu/blackfin/traps.o            (.text .text.*); \
+       cpu/blackfin/interrupt.o        (.text .text.*); \
+       cpu/blackfin/serial.o           (.text .text.*); \
+       common/dlmalloc.o               (.text .text.*); \
+       lib_generic/crc32.o             (.text .text.*); \
+       . = DEFINED(env_offset) ? env_offset : .; \
+       common/env_embedded.o           (.text .text.*);
+#endif
 
 
 /*