]> git.sur5r.net Git - u-boot/blobdiff - include/configs/bf538f-ezkit.h
do_bootd: unify duplicate prototypes
[u-boot] / include / configs / bf538f-ezkit.h
index 04ba2101716e13d53b6b80a35c7106e0d4d3bca1..2469c6a0f2228a4e38e988c21614134200ff5765 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