From: Tom Rini Date: Tue, 19 Feb 2013 11:18:15 +0000 (+0000) Subject: am335x_evm: Enable CONFIG_CMD_BOOTZ X-Git-Tag: v2013.04-rc2~24^2~35 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d446c9038396abec9d68cfda76924c3c3e260851;p=pandora-u-boot.git am335x_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. Signed-off-by: Tom Rini Acked-by: Peter Korsgaard --- diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 35a71ca680..709c1f3373 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