summaryrefslogtreecommitdiffstats
path: root/include/configs/cm-bf537u.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/cm-bf537u.h')
-rw-r--r--include/configs/cm-bf537u.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/cm-bf537u.h b/include/configs/cm-bf537u.h
index 6be9dbad81..bbea3ab009 100644
--- a/include/configs/cm-bf537u.h
+++ b/include/configs/cm-bf537u.h
@@ -105,9 +105,9 @@
* 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 : .; \
OpenPOWER on IntegriCloud