All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Always build u-boot.img when using CONFIG_SPL_FRAMEWORK
@ 2013-08-21 19:27 Henrik Nordström
  2013-08-26 22:37 ` [U-Boot] [PATCH v2] " Henrik Nordström
  0 siblings, 1 reply; 3+ messages in thread
From: Henrik Nordström @ 2013-08-21 19:27 UTC (permalink / raw)
  To: u-boot



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

* [U-Boot] [PATCH v2] Always build u-boot.img when using CONFIG_SPL_FRAMEWORK
  2013-08-21 19:27 [U-Boot] [PATCH] Always build u-boot.img when using CONFIG_SPL_FRAMEWORK Henrik Nordström
@ 2013-08-26 22:37 ` Henrik Nordström
  2013-09-06 21:24   ` [U-Boot] [U-Boot, " Tom Rini
  0 siblings, 1 reply; 3+ messages in thread
From: Henrik Nordström @ 2013-08-26 22:37 UTC (permalink / raw)
  To: u-boot

Use of uImage formatted u-boot have long been preferred, and recent
changes to better support Falcon mode on MMC now enforces it on MMC.

Signed-off-by: Henrik Nordstrom <henrik@henriknordstrom.net>
---
Changes in v2:
  - Rebased to current master.

 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 4a630a5..cadebde 100644
--- a/Makefile
+++ b/Makefile
@@ -398,6 +398,7 @@ ALL-y += $(obj)u-boot.srec $(obj)u-boot.bin
$(obj)System.map
 ALL-$(CONFIG_NAND_U_BOOT) += $(obj)u-boot-nand.bin
 ALL-$(CONFIG_ONENAND_U_BOOT) += $(obj)u-boot-onenand.bin
 ALL-$(CONFIG_SPL) += $(obj)spl/u-boot-spl.bin
+ALL-$(CONFIG_SPL_FRAMEWORK) += $(obj)u-boot.img
 ALL-$(CONFIG_TPL) += $(obj)tpl/u-boot-tpl.bin
 ALL-$(CONFIG_OF_SEPARATE) += $(obj)u-boot.dtb $(obj)u-boot-dtb.bin
 ifneq ($(CONFIG_SPL_TARGET),)
-- 
1.8.3.1

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

* [U-Boot] [U-Boot, v2] Always build u-boot.img when using CONFIG_SPL_FRAMEWORK
  2013-08-26 22:37 ` [U-Boot] [PATCH v2] " Henrik Nordström
@ 2013-09-06 21:24   ` Tom Rini
  0 siblings, 0 replies; 3+ messages in thread
From: Tom Rini @ 2013-09-06 21:24 UTC (permalink / raw)
  To: u-boot

On Tue, Aug 27, 2013 at 12:37:22AM +0200, Henrik Nordstr??m wrote:

> Use of uImage formatted u-boot have long been preferred, and recent
> changes to better support Falcon mode on MMC now enforces it on MMC.
> 
> Signed-off-by: Henrik Nordstrom <henrik@henriknordstrom.net>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130906/4144d8c0/attachment.pgp>

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

end of thread, other threads:[~2013-09-06 21:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-21 19:27 [U-Boot] [PATCH] Always build u-boot.img when using CONFIG_SPL_FRAMEWORK Henrik Nordström
2013-08-26 22:37 ` [U-Boot] [PATCH v2] " Henrik Nordström
2013-09-06 21:24   ` [U-Boot] [U-Boot, " Tom Rini

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.