diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-06-14 06:29:07 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-06-14 20:01:14 -0400 |
commit | 9ff67e5e4c719556d57f136a6453f8e4798d85c0 (patch) | |
tree | e004a20f45b84b209dfae8cc854bfc4d750be682 /board/bf526-ezbrd/config.mk | |
parent | f52efcae98cbb8a39f1d0535df8d9646a776af9e (diff) | |
download | u-boot-imx-9ff67e5e4c719556d57f136a6453f8e4798d85c0.zip u-boot-imx-9ff67e5e4c719556d57f136a6453f8e4798d85c0.tar.gz u-boot-imx-9ff67e5e4c719556d57f136a6453f8e4798d85c0.tar.bz2 |
Blackfin: unify u-boot linker scripts
All the Blackfin linker scripts were duplicated across the board dirs with
no difference save from the semi-often used ENV_IS_EMBEDDED option. So
unify all of them in the lib_blackfin/ dir and for the few boards that
need to embedded the environment directly, add a LDS_BOARD_TEXT define for
them to customize via their board config file. This is much simpler than
forcing them to duplicate the rest of the linker script.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'board/bf526-ezbrd/config.mk')
-rw-r--r-- | board/bf526-ezbrd/config.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/bf526-ezbrd/config.mk b/board/bf526-ezbrd/config.mk index f4a5a80..eaa09ff 100644 --- a/board/bf526-ezbrd/config.mk +++ b/board/bf526-ezbrd/config.mk @@ -26,7 +26,5 @@ # This is not actually used for Blackfin boards so do not change it #TEXT_BASE = do-not-use-me -LDSCRIPT = $(obj)board/$(BOARDDIR)/u-boot.lds - # Set some default LDR flags based on boot mode. LDR_FLAGS += $(LDR_FLAGS-$(CONFIG_BFIN_BOOT_MODE)) |