summaryrefslogtreecommitdiffstats
path: root/include/configs/omap4_common.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-02-19 11:18:18 +0000
committerTom Rini <trini@ti.com>2013-03-11 11:06:09 -0400
commitf0617d4b52fef0d539e7d08045f30237fdf141f7 (patch)
treea676195de14a322273f31abe52b5ace183f06c39 /include/configs/omap4_common.h
parent03a2075a2154daf8fa0a058ee4b2b4fca89b631f (diff)
downloadblackbird-obmc-uboot-f0617d4b52fef0d539e7d08045f30237fdf141f7.tar.gz
blackbird-obmc-uboot-f0617d4b52fef0d539e7d08045f30237fdf141f7.zip
omap4_common: 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. Cc: Sricharan R <r.sricharan@ti.com> Signed-off-by: Tom Rini <trini@ti.com> Reviewed-by: R Sricharan <r.sricharan@ti.com>
Diffstat (limited to 'include/configs/omap4_common.h')
-rw-r--r--include/configs/omap4_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h
index 180cb24f38..6ae6a0f435 100644
--- a/include/configs/omap4_common.h
+++ b/include/configs/omap4_common.h
@@ -52,7 +52,7 @@
#define CONFIG_MISC_INIT_R
#define CONFIG_OF_LIBFDT 1
-
+#define CONFIG_CMD_BOOTZ
#define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */
#define CONFIG_SETUP_MEMORY_TAGS 1
#define CONFIG_INITRD_TAG 1
OpenPOWER on IntegriCloud