X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fcm-bf537u.h;h=e60ebf20f0a18de3849836f13ed7ca240fa3f446;hb=810c44274980d8bb9fa0d81d091a374adbae8309;hp=e5b0ecfc5e9c5c2ad1bcf5a95a7ff31a127dbe0e;hpb=6ca803750e1e08fce26e508f1c35170bf9259bb4;p=u-boot diff --git a/include/configs/cm-bf537u.h b/include/configs/cm-bf537u.h index e5b0ecfc5e..e60ebf20f0 100644 --- a/include/configs/cm-bf537u.h +++ b/include/configs/cm-bf537u.h @@ -104,13 +104,10 @@ * 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