From mboxrd@z Thu Jan 1 00:00:00 1970 From: R Sricharan Date: Wed, 20 Feb 2013 19:37:55 +0530 Subject: [U-Boot] [PATCH 2/4] omap5_evm: Enable CONFIG_CMD_BOOTZ In-Reply-To: <1361308698-31041-2-git-send-email-trini@ti.com> References: <1361308698-31041-1-git-send-email-trini@ti.com> <1361308698-31041-2-git-send-email-trini@ti.com> Message-ID: <5124D8BB.5050204@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wednesday 20 February 2013 02:48 AM, Tom Rini wrote: > 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 > Signed-off-by: Tom Rini > --- > include/configs/omap5_evm.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/configs/omap5_evm.h b/include/configs/omap5_evm.h > index 623da77..85ea88b 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 Reviewed-by: R Sricharan