public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] MX28: config: Allow different target generation in elftosb call
@ 2012-08-15 18:51 Otavio Salvador
  2012-08-15 18:51 ` [U-Boot] [PATCH 2/2] MX28: Move "regs-base.h" include after SoC type configuration Otavio Salvador
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Otavio Salvador @ 2012-08-15 18:51 UTC (permalink / raw)
  To: u-boot

The elftosb call needs to use a target param specific for i.MX28. This
patch allow for later addition of i.MX233.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 Makefile                                                  |    5 ++++-
 arch/arm/cpu/arm926ejs/mxs/{u-boot.bd => u-boot.bd.imx28} |    0
 2 files changed, 4 insertions(+), 1 deletion(-)
 rename arch/arm/cpu/arm926ejs/mxs/{u-boot.bd => u-boot.bd.imx28} (100%)

diff --git a/Makefile b/Makefile
index f6471e2..5f11bb7 100644
--- a/Makefile
+++ b/Makefile
@@ -452,8 +452,11 @@ $(obj)u-boot.ais:       $(obj)spl/u-boot-spl.bin $(obj)u-boot.bin
 		cat $(obj)spl/u-boot-spl-pad.ais $(obj)u-boot.bin > \
 			$(obj)u-boot.ais
 
+# Specify the target for use in elftosb call
+ELFTOSB_TARGET-$(CONFIG_MX28) = imx28
+
 $(obj)u-boot.sb:       $(obj)u-boot.bin $(obj)spl/u-boot-spl.bin
-		elftosb -zdf imx28 -c $(TOPDIR)/$(CPUDIR)/$(SOC)/u-boot.bd \
+		elftosb -zdf $(ELFTOSB_TARGET-y) -c $(TOPDIR)/$(CPUDIR)/$(SOC)/u-boot.bd.$(ELFTOSB_TARGET-y) \
 			-o $(obj)u-boot.sb
 
 # On x600 (SPEAr600) U-Boot is appended to U-Boot SPL.
diff --git a/arch/arm/cpu/arm926ejs/mxs/u-boot.bd b/arch/arm/cpu/arm926ejs/mxs/u-boot.bd.imx28
similarity index 100%
rename from arch/arm/cpu/arm926ejs/mxs/u-boot.bd
rename to arch/arm/cpu/arm926ejs/mxs/u-boot.bd.imx28
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-08-18 15:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-15 18:51 [U-Boot] [PATCH 1/2] MX28: config: Allow different target generation in elftosb call Otavio Salvador
2012-08-15 18:51 ` [U-Boot] [PATCH 2/2] MX28: Move "regs-base.h" include after SoC type configuration Otavio Salvador
2012-08-17 10:08   ` Stefano Babic
2012-08-18 15:20   ` Marek Vasut
2012-08-17 10:04 ` [U-Boot] [PATCH 1/2] MX28: config: Allow different target generation in elftosb call Stefano Babic
2012-08-18 15:20 ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox