diff mbox

[U-Boot] igep00x0: Enable CONFIG_CMD_BOOTZ

Message ID 1363350755-8829-1-git-send-email-eballetbo@gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Enric Balletbo Serra March 15, 2013, 12:32 p.m. UTC
From: Enric Balletbo i Serra <eballetbo@iseebcn.com>

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>
---
 include/configs/igep00x0.h |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Javier Martinez Canillas March 15, 2013, 12:39 p.m. UTC | #1
On Fri, Mar 15, 2013 at 1:32 PM, Enric Balletbo i Serra
<eballetbo@gmail.com> wrote:
> From: Enric Balletbo i Serra <eballetbo@iseebcn.com>
>
> 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>
> ---
>  include/configs/igep00x0.h |    3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/include/configs/igep00x0.h b/include/configs/igep00x0.h
> index 0e7f924..670b665 100644
> --- a/include/configs/igep00x0.h
> +++ b/include/configs/igep00x0.h
> @@ -54,7 +54,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
> --
> 1.7.10.4
>

Hi Enric,

Nice improvement, thanks!

Reviewed-by: Javier Martinez Canillas <javier@dowhile0.org>
Tom Rini March 26, 2013, 2:53 p.m. UTC | #2
On Fri, Mar 15, 2013 at 02:32:35AM -0000, Enric Balletbo i Serra wrote:

> From: Enric Balletbo i Serra <eballetbo@iseebcn.com>
> 
> 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>

Applied to u-boot-ti/master (and already pulled into u-boot-arm),
thanks!
diff mbox

Patch

diff --git a/include/configs/igep00x0.h b/include/configs/igep00x0.h
index 0e7f924..670b665 100644
--- a/include/configs/igep00x0.h
+++ b/include/configs/igep00x0.h
@@ -54,7 +54,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