summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-02-19 11:18:16 +0000
committerTom Rini <trini@ti.com>2013-03-11 11:06:09 -0400
commitfe8f1372cdf7b45becc01e5b1dbe09af4929fd95 (patch)
tree1cca639ab641cbebb096c48f95edd9351fb994c5 /include
parentd446c9038396abec9d68cfda76924c3c3e260851 (diff)
downloadblackbird-obmc-uboot-fe8f1372cdf7b45becc01e5b1dbe09af4929fd95.tar.gz
blackbird-obmc-uboot-fe8f1372cdf7b45becc01e5b1dbe09af4929fd95.zip
omap5_evm: 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')
-rw-r--r--include/configs/omap5_evm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/omap5_evm.h b/include/configs/omap5_evm.h
index 623da777fa..85ea88b99d 100644
--- a/include/configs/omap5_evm.h
+++ b/include/configs/omap5_evm.h
@@ -55,6 +55,7 @@
#define CONFIG_MISC_INIT_R
#define CONFIG_OF_LIBFDT
+#define CONFIG_CMD_BOOTZ
#define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */
#define CONFIG_SETUP_MEMORY_TAGS
OpenPOWER on IntegriCloud