]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/cm-bf537e.h
pm9263 converted to at91 soc access
[karo-tx-uboot.git] / include / configs / cm-bf537e.h
index 0d68ebae2a294faffe03bd0a377ac470912a5aac..8d0bc1232f001ce1f3d964aec51293b3b002e86c 100644 (file)
  * 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.*); \
+       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_generic/crc32.o             (.text .text.*); \
+       lib/crc32.o             (.text .text.*); \
        . = DEFINED(env_offset) ? env_offset : .; \
        common/env_embedded.o           (.text .text.*);
 #endif