public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/4] am335x_evm: Enable CONFIG_CMD_BOOTZ
@ 2013-02-19 21:18 Tom Rini
  2013-02-19 21:18 ` [U-Boot] [PATCH 2/4] omap5_evm: " Tom Rini
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Tom Rini @ 2013-02-19 21:18 UTC (permalink / raw)
  To: u-boot

With v3.9 and later of the Linux Kernel defaulting to multi-platform
images with omap2plus_defconfig, uImage isn't builtable anymore by
default.  Add CONFIG_CMD_BOOTZ so that we can still boot something the
kernel spits out.

Signed-off-by: Tom Rini <trini@ti.com>
---
 include/configs/am335x_evm.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index 33ee2c4..11ebd5c 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -35,6 +35,7 @@
 #define CONFIG_MACH_TYPE		MACH_TYPE_TIAM335EVM
 
 #define CONFIG_OF_LIBFDT
+#define CONFIG_CMD_BOOTZ
 #define CONFIG_CMDLINE_TAG		/* enable passing of ATAGs */
 #define CONFIG_SETUP_MEMORY_TAGS
 #define CONFIG_INITRD_TAG
-- 
1.7.9.5

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

end of thread, other threads:[~2013-02-20 14:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-19 21:18 [U-Boot] [PATCH 1/4] am335x_evm: Enable CONFIG_CMD_BOOTZ Tom Rini
2013-02-19 21:18 ` [U-Boot] [PATCH 2/4] omap5_evm: " Tom Rini
2013-02-20 14:07   ` R Sricharan
2013-02-19 21:18 ` [U-Boot] [PATCH 3/4] omap3_beagle: " Tom Rini
2013-02-19 21:18 ` [U-Boot] [PATCH 4/4] omap4_common: " Tom Rini
2013-02-20 14:08   ` R Sricharan
2013-02-19 22:36 ` [U-Boot] [PATCH 1/4] am335x_evm: " Peter Korsgaard

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