summaryrefslogtreecommitdiffstats
path: root/include/configs/omap3_beagle.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-02-19 11:18:17 +0000
committerTom Rini <trini@ti.com>2013-03-11 11:06:09 -0400
commit03a2075a2154daf8fa0a058ee4b2b4fca89b631f (patch)
treedda3af5c03dd332a22192a33d984fa98b5c9b3d8 /include/configs/omap3_beagle.h
parentfe8f1372cdf7b45becc01e5b1dbe09af4929fd95 (diff)
downloadblackbird-obmc-uboot-03a2075a2154daf8fa0a058ee4b2b4fca89b631f.tar.gz
blackbird-obmc-uboot-03a2075a2154daf8fa0a058ee4b2b4fca89b631f.zip
omap3_beagle: Enable CONFIG_CMD_BOOTZ
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>
Diffstat (limited to 'include/configs/omap3_beagle.h')
-rw-r--r--include/configs/omap3_beagle.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 59255c4e26..48ce4c05f5 100644
--- a/include/configs/omap3_beagle.h
+++ b/include/configs/omap3_beagle.h
@@ -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
OpenPOWER on IntegriCloud