diff options
author | Jason Jin <Jason.jin@freescale.com> | 2011-10-27 15:44:52 +0800 |
---|---|---|
committer | jason <jason@jason-ThinkPad-T61.(none)> | 2011-11-07 22:02:33 +0800 |
commit | 27f7ae70d6c91e3ca309b1372c98a6c21245d559 (patch) | |
tree | 1bbd3a32aaca5a067a6d55e0589126307a1edd69 /board/freescale/m52277evb | |
parent | e30a91ba0cc7c80b766ba6b846bb3fb20368dc0a (diff) | |
download | u-boot-imx-27f7ae70d6c91e3ca309b1372c98a6c21245d559.zip u-boot-imx-27f7ae70d6c91e3ca309b1372c98a6c21245d559.tar.gz u-boot-imx-27f7ae70d6c91e3ca309b1372c98a6c21245d559.tar.bz2 |
ColdFire: Fix the compile issue for M52277
After commit 327474f854a33b5b7a11c374b0446d1d40d9f673, the
M52277EVB_stmicro configuration fail to build. Fix it by moving
the env outside the flash and update the lds file.
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
Diffstat (limited to 'board/freescale/m52277evb')
-rw-r--r-- | board/freescale/m52277evb/u-boot.lds | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/freescale/m52277evb/u-boot.lds b/board/freescale/m52277evb/u-boot.lds index e7b22e3..3e9f4c3 100644 --- a/board/freescale/m52277evb/u-boot.lds +++ b/board/freescale/m52277evb/u-boot.lds @@ -32,9 +32,6 @@ SECTIONS arch/m68k/cpu/mcf5227x/libmcf5227x.o (.text*) arch/m68k/lib/libm68k.o (.text*) - . = DEFINED(env_offset) ? env_offset : .; - common/env_embedded.o (.text*) - *(.text*) } _etext = .; |