]> git.sur5r.net Git - u-boot/blobdiff - include/configs/tcm-bf537.h
DaVinci DM6467: Enhance board Support
[u-boot] / include / configs / tcm-bf537.h
index dceff308b8b387bf601a8ac395f7434d43140183..9036ce34186ea0219f45bf416100dd1cd28668bf 100644 (file)
  * it linked after the configuration sector.
  */
 # define LDS_BOARD_TEXT \
-       arch/blackfin/cpu/traps.o               (.text .text.*); \
-       arch/blackfin/cpu/interrupt.o   (.text .text.*); \
-       arch/blackfin/cpu/serial.o              (.text .text.*); \
-       common/dlmalloc.o               (.text .text.*); \
-       lib/crc32.o             (.text .text.*); \
+       arch/blackfin/lib/libblackfin.o (.text*); \
+       arch/blackfin/cpu/libblackfin.o (.text*); \
        . = DEFINED(env_offset) ? env_offset : .; \
-       common/env_embedded.o           (.text .text.*);
+       common/env_embedded.o (.text*);
 #endif