diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2007-07-03 00:32:58 -0600 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-07-04 00:59:41 +0200 |
commit | d181c9a15cd41863fe24840d17848429f27d3c8c (patch) | |
tree | 08702d81512833b7f5de75865aa10e78f28d2f07 /board/uc101/config.mk | |
parent | 287ac924adb7291bebe5086652a362a30ab28b13 (diff) | |
download | u-boot-imx-d181c9a15cd41863fe24840d17848429f27d3c8c.zip u-boot-imx-d181c9a15cd41863fe24840d17848429f27d3c8c.tar.gz u-boot-imx-d181c9a15cd41863fe24840d17848429f27d3c8c.tar.bz2 |
Consolidate mpc5xxx linker scripts
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'board/uc101/config.mk')
-rw-r--r-- | board/uc101/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/uc101/config.mk b/board/uc101/config.mk index 51e8e84c..4fe1831 100644 --- a/board/uc101/config.mk +++ b/board/uc101/config.mk @@ -39,3 +39,4 @@ TEXT_BASE = 0xFFF00000 endif PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -I$(TOPDIR)/board +LDSCRIPT := $(SRCTREE)/cpu/mpc5xxx/u-boot-customlayout.lds |