From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Jin Date: Thu, 18 Oct 2012 10:54:56 +0800 Subject: [U-Boot] [PATCH 2/2] ColdFire: Fix the build error for Freescale m5282evb board. In-Reply-To: <1350528896-19452-2-git-send-email-Jason.jin@freescale.com> References: <1350528896-19452-1-git-send-email-Jason.jin@freescale.com> <1350528896-19452-2-git-send-email-Jason.jin@freescale.com> Message-ID: <1350528896-19452-3-git-send-email-Jason.jin@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Clean up the lds file and fix the environment build error. Signed-off-by: Jason Jin --- board/freescale/m5282evb/u-boot.lds | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/board/freescale/m5282evb/u-boot.lds b/board/freescale/m5282evb/u-boot.lds index 4ba1964..500fefd 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 = .; -- 1.6.4