diff mbox

[U-Boot,4/4] omap4_common: Enable CONFIG_CMD_BOOTZ

Message ID 1361308698-31041-4-git-send-email-trini@ti.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Tom Rini Feb. 19, 2013, 9:18 p.m. UTC
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>
---
 include/configs/omap4_common.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

SRICHARAN R Feb. 20, 2013, 2:08 p.m. UTC | #1
Hi,
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 <r.sricharan@ti.com>
> Signed-off-by: Tom Rini <trini@ti.com>
> ---
>   include/configs/omap4_common.h |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h
> index 180cb24..6ae6a0f 100644
> --- a/include/configs/omap4_common.h
> +++ b/include/configs/omap4_common.h
> @@ -52,7 +52,7 @@
>   #define CONFIG_MISC_INIT_R
>
>   #define CONFIG_OF_LIBFDT		1
> -
> +#define CONFIG_CMD_BOOTZ
Reviewed-by: R Sricharan <r.sricharan@ti.com>

Regards,
  Sricharan
diff mbox

Patch

diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h
index 180cb24..6ae6a0f 100644
--- a/include/configs/omap4_common.h
+++ b/include/configs/omap4_common.h
@@ -52,7 +52,7 @@ 
 #define CONFIG_MISC_INIT_R
 
 #define CONFIG_OF_LIBFDT		1
-
+#define CONFIG_CMD_BOOTZ
 #define CONFIG_CMDLINE_TAG		1	/* enable passing of ATAGs */
 #define CONFIG_SETUP_MEMORY_TAGS	1
 #define CONFIG_INITRD_TAG		1