From: Jason Jin <Jason.jin@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] ColdFire: Fix the build error for Freescale m5282evb board.
Date: Tue, 16 Oct 2012 17:12:31 +0800 [thread overview]
Message-ID: <1350378751-946-3-git-send-email-Jason.jin@freescale.com> (raw)
In-Reply-To: <1350378751-946-2-git-send-email-Jason.jin@freescale.com>
Clean up the lds file and fix the environment build error.
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
---
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
next prev parent reply other threads:[~2012-10-16 9:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-16 9:12 [U-Boot] [PATCH 0/2] ColdFire: Fix the MAKEALL errors for some ColdFire boards Jason Jin
2012-10-16 9:12 ` [U-Boot] [PATCH 1/2] ColdFire: Fix build error for astro mcf53731 board Jason Jin
2012-10-16 9:12 ` Jason Jin [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-10-18 2:54 [U-Boot] [PATCH 0/2][RESEND] ColdFire: Fix the MAKEALL errors for some ColdFire boards Jason Jin
2012-10-18 2:54 ` [U-Boot] [PATCH 1/2] ColdFire: Fix build error for astro mcf53731 board Jason Jin
2012-10-18 2:54 ` [U-Boot] [PATCH 2/2] ColdFire: Fix the build error for Freescale m5282evb board Jason Jin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1350378751-946-3-git-send-email-Jason.jin@freescale.com \
--to=jason.jin@freescale.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox