summaryrefslogtreecommitdiff
path: root/include/configs/M52277EVB.h
diff options
context:
space:
mode:
authorangelo@sysam.it <angelo@sysam.it>2015-03-29 20:54:16 (GMT)
committerTom Rini <trini@konsulko.com>2015-04-23 18:56:07 (GMT)
commit5296cb1d99c1dc52fbfb4f88595c69f097630be8 (patch)
tree9f3c9462822b604132d65c084031069eff9c9920 /include/configs/M52277EVB.h
parentecd8557937a896dd1049f67806482bfb6edf140b (diff)
downloadu-boot-5296cb1d99c1dc52fbfb4f88595c69f097630be8.tar.xz
m68k: add architecture-specific u-boot.lds
Add architecture-specific u-boot.lds and remove all board-specific u-boot.lds. All the .text customization that was board-specific have been moved inside the related include/configs, inside a LDS_BOARD_TEXT define. Signed-off-by: Angelo Dureghello <angelo@sysam.it>
Diffstat (limited to 'include/configs/M52277EVB.h')
-rw-r--r--include/configs/M52277EVB.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/M52277EVB.h b/include/configs/M52277EVB.h
index e9424b4..ce33ba4 100644
--- a/include/configs/M52277EVB.h
+++ b/include/configs/M52277EVB.h
@@ -267,6 +267,10 @@
# define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_CS0_BASE }
#endif
+#define LDS_BOARD_TEXT \
+ arch/m68k/cpu/mcf5227x/built-in.o (.text*) \
+ arch/m68k/lib/built-in.o (.text*)
+
/*
* This is setting for JFFS2 support in u-boot.
* NOTE: Enable CONFIG_CMD_JFFS2 for JFFS2 support.