From 87c9b18687f1d113c49efc2b5eebb03cff868a91 Mon Sep 17 00:00:00 2001 From: Jason Jin Date: Tue, 16 Oct 2012 16:40:34 +0800 Subject: [PATCH] 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 --- board/freescale/m5282evb/u-boot.lds | 3 +++ 1 file changed, 3 insertions(+) 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 = .;