]> git.sur5r.net Git - u-boot/blobdiff - include/configs/cm-bf537e.h
blackfin: Move cpu/blackfin/* to arch/blackfin/cpu/*
[u-boot] / include / configs / cm-bf537e.h
index d86409fcd302d5ac781ae56cbccf54ad97f6d33c..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/crc32.o             (.text .text.*); \
        . = DEFINED(env_offset) ? env_offset : .; \