]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
omap3_beagle: Enable CONFIG_CMD_BOOTZ
authorTom Rini <trini@ti.com>
Tue, 19 Feb 2013 11:18:17 +0000 (11:18 +0000)
committerTom Rini <trini@ti.com>
Mon, 11 Mar 2013 15:06:09 +0000 (11:06 -0400)
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/omap3_beagle.h

index 59255c4e267bd6376b523b459fded7b738c6a81d..48ce4c05f5aa2b4a0f91876f94c90b44945606bd 100644 (file)
@@ -53,7 +53,8 @@
 
 #define CONFIG_MISC_INIT_R
 
-#define CONFIG_OF_LIBFDT               1
+#define CONFIG_OF_LIBFDT
+#define CONFIG_CMD_BOOTZ
 
 #define CONFIG_CMDLINE_TAG             1       /* enable passing of ATAGs */
 #define CONFIG_SETUP_MEMORY_TAGS       1