From: Kyungmin Park <kmpark@infradead.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Apollon board use common OneNAND IPL linker
Date: Sat, 11 Jul 2009 17:11:53 +0900 [thread overview]
Message-ID: <20090711081153.GA4911@july> (raw)
Use common OneNAND IPL linker script.
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
diff --git a/onenand_ipl/board/apollon/Makefile b/onenand_ipl/board/apollon/Makefile
index 49a8e90..f0744f6 100644
--- a/onenand_ipl/board/apollon/Makefile
+++ b/onenand_ipl/board/apollon/Makefile
@@ -2,7 +2,7 @@
include $(TOPDIR)/config.mk
include $(TOPDIR)/onenand_ipl/board/$(BOARDDIR)/config.mk
-LDSCRIPT= $(TOPDIR)/onenand_ipl/board/$(BOARDDIR)/u-boot.onenand.lds
+LDSCRIPT= $(TOPDIR)/onenand_ipl/u-boot-onenand.lds
LDFLAGS = -Bstatic -T $(LDSCRIPT) -Ttext $(TEXT_BASE) $(PLATFORM_LDFLAGS)
AFLAGS += -DCONFIG_PRELOADER -DCONFIG_ONENAND_IPL
CFLAGS += -DCONFIG_PRELOADER -DCONFIG_ONENAND_IPL
next prev reply other threads:[~2009-07-11 8:11 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-11 8:10 [U-Boot] [PATCH] OneNAND IPL: Move u-boot-onenand linker script to common use Kyungmin Park
2009-07-11 8:11 ` Kyungmin Park [this message]
2009-07-12 12:59 ` [U-Boot] [PATCH] Apollon board use common OneNAND IPL linker Jean-Christophe PLAGNIOL-VILLARD
2009-07-16 19:21 ` Scott Wood
2009-07-12 12:58 ` [U-Boot] [PATCH] OneNAND IPL: Move u-boot-onenand linker script to common use Jean-Christophe PLAGNIOL-VILLARD
2009-07-13 0:48 ` Kyungmin Park
2009-07-16 19:20 ` Scott Wood
2009-07-17 0:08 ` Shinya Kuribayashi
2009-07-22 21:47 ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-20 6:11 ` Kyungmin Park
2009-07-22 21:49 ` Jean-Christophe PLAGNIOL-VILLARD
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=20090711081153.GA4911@july \
--to=kmpark@infradead.org \
--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