All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] Makefile: change rule to build IMX image
@ 2011-01-24 10:14 Stefano Babic
  2011-01-24 10:14 ` [U-Boot] [PATCH 2/2] MX51: drop config.mk from mx51evk Stefano Babic
  2011-01-31 14:34 ` [U-Boot] [PATCH 1/2] Makefile: change rule to build IMX image Stefano Babic
  0 siblings, 2 replies; 4+ messages in thread
From: Stefano Babic @ 2011-01-24 10:14 UTC (permalink / raw)
  To: u-boot

config.mk in board directory is obsolete and should be removed.
The patch allows to get rid of own config.mk adding the imximage.cfg
file to the options in the boards.cfg

Signed-off-by: Stefano Babic <sbabic@denx.de>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index fd21ef3..fff5741 100644
--- a/Makefile
+++ b/Makefile
@@ -353,7 +353,7 @@ $(obj)u-boot.img:	$(obj)u-boot.bin
 		-d $< $@
 
 $(obj)u-boot.imx:       $(obj)u-boot.bin
-		$(obj)tools/mkimage -n $(IMX_CONFIG) -T imximage \
+		$(obj)tools/mkimage -n  $(CONFIG_IMX_CONFIG) -T imximage \
 		-e $(CONFIG_SYS_TEXT_BASE) -d $< $@
 
 $(obj)u-boot.kwb:       $(obj)u-boot.bin
-- 
1.7.1

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

end of thread, other threads:[~2011-04-11 20:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-24 10:14 [U-Boot] [PATCH 1/2] Makefile: change rule to build IMX image Stefano Babic
2011-01-24 10:14 ` [U-Boot] [PATCH 2/2] MX51: drop config.mk from mx51evk Stefano Babic
2011-01-31 14:34 ` [U-Boot] [PATCH 1/2] Makefile: change rule to build IMX image Stefano Babic
2011-04-11 20:23   ` Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.