Re: [U-Boot] [PATCH 1/4] am335x_evm: Enable CONFIG_CMD_BOOTZ

2013-02-19 Thread Peter Korsgaard
> "Tom" == Tom Rini writes: Tom> With v3.9 and later of the Linux Kernel defaulting to multi-platform Tom> images with omap2plus_defconfig, uImage isn't builtable anymore by Tom> default. Add CONFIG_CMD_BOOTZ so that we can still boot something the Tom> kernel spits out. Tom> Signed-of

[U-Boot] [PATCH 1/4] am335x_evm: Enable CONFIG_CMD_BOOTZ

2013-02-19 Thread Tom Rini
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 --- include/configs/am335x_evm.h |1 + 1 fi