* [U-Boot] [PATCH 1/4] am335x_evm: Enable CONFIG_CMD_BOOTZ
@ 2013-02-19 21:18 Tom Rini
2013-02-19 21:18 ` [U-Boot] [PATCH 2/4] omap5_evm: " Tom Rini
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: Tom Rini @ 2013-02-19 21:18 UTC (permalink / raw)
To: u-boot
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 <trini@ti.com>
---
include/configs/am335x_evm.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index 33ee2c4..11ebd5c 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -35,6 +35,7 @@
#define CONFIG_MACH_TYPE MACH_TYPE_TIAM335EVM
#define CONFIG_OF_LIBFDT
+#define CONFIG_CMD_BOOTZ
#define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */
#define CONFIG_SETUP_MEMORY_TAGS
#define CONFIG_INITRD_TAG
--
1.7.9.5
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [U-Boot] [PATCH 2/4] omap5_evm: Enable CONFIG_CMD_BOOTZ
2013-02-19 21:18 [U-Boot] [PATCH 1/4] am335x_evm: Enable CONFIG_CMD_BOOTZ Tom Rini
@ 2013-02-19 21:18 ` Tom Rini
2013-02-20 14:07 ` R Sricharan
2013-02-19 21:18 ` [U-Boot] [PATCH 3/4] omap3_beagle: " Tom Rini
` (2 subsequent siblings)
3 siblings, 1 reply; 7+ messages in thread
From: Tom Rini @ 2013-02-19 21:18 UTC (permalink / raw)
To: u-boot
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/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
#define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */
#define CONFIG_SETUP_MEMORY_TAGS
--
1.7.9.5
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [U-Boot] [PATCH 3/4] omap3_beagle: Enable CONFIG_CMD_BOOTZ
2013-02-19 21:18 [U-Boot] [PATCH 1/4] am335x_evm: Enable CONFIG_CMD_BOOTZ Tom Rini
2013-02-19 21:18 ` [U-Boot] [PATCH 2/4] omap5_evm: " Tom Rini
@ 2013-02-19 21:18 ` Tom Rini
2013-02-19 21:18 ` [U-Boot] [PATCH 4/4] omap4_common: " Tom Rini
2013-02-19 22:36 ` [U-Boot] [PATCH 1/4] am335x_evm: " Peter Korsgaard
3 siblings, 0 replies; 7+ messages in thread
From: Tom Rini @ 2013-02-19 21:18 UTC (permalink / raw)
To: u-boot
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 <trini@ti.com>
---
include/configs/omap3_beagle.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 59255c4..48ce4c0 100644
--- a/include/configs/omap3_beagle.h
+++ b/include/configs/omap3_beagle.h
@@ -53,7 +53,8 @@
#define CONFIG_MISC_INIT_R
-#define CONFIG_OF_LIBFDT 1
+#define CONFIG_OF_LIBFDT
+#define CONFIG_CMD_BOOTZ
#define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */
#define CONFIG_SETUP_MEMORY_TAGS 1
--
1.7.9.5
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [U-Boot] [PATCH 4/4] omap4_common: Enable CONFIG_CMD_BOOTZ
2013-02-19 21:18 [U-Boot] [PATCH 1/4] am335x_evm: Enable CONFIG_CMD_BOOTZ Tom Rini
2013-02-19 21:18 ` [U-Boot] [PATCH 2/4] omap5_evm: " Tom Rini
2013-02-19 21:18 ` [U-Boot] [PATCH 3/4] omap3_beagle: " Tom Rini
@ 2013-02-19 21:18 ` Tom Rini
2013-02-20 14:08 ` R Sricharan
2013-02-19 22:36 ` [U-Boot] [PATCH 1/4] am335x_evm: " Peter Korsgaard
3 siblings, 1 reply; 7+ messages in thread
From: Tom Rini @ 2013-02-19 21:18 UTC (permalink / raw)
To: u-boot
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
#define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */
#define CONFIG_SETUP_MEMORY_TAGS 1
#define CONFIG_INITRD_TAG 1
--
1.7.9.5
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [U-Boot] [PATCH 1/4] am335x_evm: Enable CONFIG_CMD_BOOTZ
2013-02-19 21:18 [U-Boot] [PATCH 1/4] am335x_evm: Enable CONFIG_CMD_BOOTZ Tom Rini
` (2 preceding siblings ...)
2013-02-19 21:18 ` [U-Boot] [PATCH 4/4] omap4_common: " Tom Rini
@ 2013-02-19 22:36 ` Peter Korsgaard
3 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2013-02-19 22:36 UTC (permalink / raw)
To: u-boot
>>>>> "Tom" == Tom Rini <trini@ti.com> 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-off-by: Tom Rini <trini@ti.com>
Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] [PATCH 2/4] omap5_evm: Enable CONFIG_CMD_BOOTZ
2013-02-19 21:18 ` [U-Boot] [PATCH 2/4] omap5_evm: " Tom Rini
@ 2013-02-20 14:07 ` R Sricharan
0 siblings, 0 replies; 7+ messages in thread
From: R Sricharan @ 2013-02-20 14:07 UTC (permalink / raw)
To: u-boot
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/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 <r.sricharan@ti.com>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [U-Boot] [PATCH 4/4] omap4_common: Enable CONFIG_CMD_BOOTZ
2013-02-19 21:18 ` [U-Boot] [PATCH 4/4] omap4_common: " Tom Rini
@ 2013-02-20 14:08 ` R Sricharan
0 siblings, 0 replies; 7+ messages in thread
From: R Sricharan @ 2013-02-20 14:08 UTC (permalink / raw)
To: u-boot
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
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-02-20 14:08 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-19 21:18 [U-Boot] [PATCH 1/4] am335x_evm: Enable CONFIG_CMD_BOOTZ Tom Rini
2013-02-19 21:18 ` [U-Boot] [PATCH 2/4] omap5_evm: " Tom Rini
2013-02-20 14:07 ` R Sricharan
2013-02-19 21:18 ` [U-Boot] [PATCH 3/4] omap3_beagle: " Tom Rini
2013-02-19 21:18 ` [U-Boot] [PATCH 4/4] omap4_common: " Tom Rini
2013-02-20 14:08 ` R Sricharan
2013-02-19 22:36 ` [U-Boot] [PATCH 1/4] am335x_evm: " Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox