summaryrefslogtreecommitdiffstats
path: root/include/configs/astro_mcf5373l.h
diff options
context:
space:
mode:
authorangelo@sysam.it <angelo@sysam.it>2015-03-29 22:54:16 +0200
committerTom Rini <trini@konsulko.com>2015-04-23 14:56:07 -0400
commit5296cb1d99c1dc52fbfb4f88595c69f097630be8 (patch)
tree9f3c9462822b604132d65c084031069eff9c9920 /include/configs/astro_mcf5373l.h
parentecd8557937a896dd1049f67806482bfb6edf140b (diff)
downloadtalos-obmc-uboot-5296cb1d99c1dc52fbfb4f88595c69f097630be8.tar.gz
talos-obmc-uboot-5296cb1d99c1dc52fbfb4f88595c69f097630be8.zip
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/astro_mcf5373l.h')
-rw-r--r--include/configs/astro_mcf5373l.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/astro_mcf5373l.h b/include/configs/astro_mcf5373l.h
index de837cfe08..7b9ff8fb23 100644
--- a/include/configs/astro_mcf5373l.h
+++ b/include/configs/astro_mcf5373l.h
@@ -343,6 +343,10 @@
#define CONFIG_SYS_FLASH_USE_BUFFER_WRITE 1
#define CONFIG_SYS_FLASH_CFI_NONBLOCK 1
+#define LDS_BOARD_TEXT \
+ . = DEFINED(env_offset) ? env_offset : .; \
+ common/env_embedded.o (.text*)
+
#if ENABLE_JFFS
/* JFFS Partition offset set */
#define CONFIG_SYS_JFFS2_FIRST_BANK 0
OpenPOWER on IntegriCloud