]> git.sur5r.net Git - u-boot/blobdiff - include/configs/bf533-stamp.h
DaVinci DM6467: Enhance board Support
[u-boot] / include / configs / bf533-stamp.h
index 03bc811036fa1eb3a56c6fb4cd4063e7aa0b7fb6..bf0f063dc010bd29ff9a1ca90a6212de7f56b865 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