From: Jason Jin Date: Tue, 16 Oct 2012 08:40:34 +0000 (+0800) Subject: ColdFire: Fix the build error for Freescale m5282evb board. X-Git-Tag: v2025.01-rc5-pxa1908~16923 X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=87c9b18687f1d113c49efc2b5eebb03cff868a91;p=u-boot.git ColdFire: Fix the build error for Freescale m5282evb board. Clean up the lds file and fix the environment build error. Signed-off-by: Jason Jin --- diff --git a/board/freescale/m5282evb/u-boot.lds b/board/freescale/m5282evb/u-boot.lds index 4ba1964f7e..500fefd445 100644 --- a/board/freescale/m5282evb/u-boot.lds +++ b/board/freescale/m5282evb/u-boot.lds @@ -29,6 +29,9 @@ SECTIONS { arch/m68k/cpu/mcf52x2/start.o (.text*) + . = DEFINED(env_offset) ? env_offset : .; + common/env_embedded.o (.text*) + *(.text*) } _etext = .;