diff options
author | Enric Balletbo i Serra <eballetbo@iseebcn.com> | 2013-03-15 02:32:35 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-03-24 12:49:11 -0400 |
commit | e284f88bafb337641423b29c49a3b8570d67e2d2 (patch) | |
tree | 0f5aeae17859a0645bbe47a4cca718ad05acb538 /include | |
parent | 244044e151860b114c69c15e322ee3a5df3d5e1e (diff) | |
download | u-boot-e284f88bafb337641423b29c49a3b8570d67e2d2.tar.gz u-boot-e284f88bafb337641423b29c49a3b8570d67e2d2.tar.xz u-boot-e284f88bafb337641423b29c49a3b8570d67e2d2.zip |
igep00x0: 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: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Reviewed-by: Javier Martinez Canillas <javier@dowhile0.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/igep00x0.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/igep00x0.h b/include/configs/igep00x0.h index 559e3759de..849fb1624f 100644 --- a/include/configs/igep00x0.h +++ b/include/configs/igep00x0.h @@ -55,7 +55,8 @@ #define CONFIG_INITRD_TAG 1 #define CONFIG_REVISION_TAG 1 -#define CONFIG_OF_LIBFDT 1 +#define CONFIG_OF_LIBFDT +#define CONFIG_CMD_BOOTZ /* * NS16550 Configuration |