* [Buildroot] [PATCH 1/1] linux: Add uImage support for powerpc64
@ 2015-04-13 21:49 Erico Nunes
2015-04-14 8:08 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Erico Nunes @ 2015-04-13 21:49 UTC (permalink / raw)
To: buildroot
linux has uImage generation support for powerpc64 as well as powerpc,
since 2.6.15.
Signed-off-by: Erico Nunes <erico.nunes@datacom.ind.br>
---
linux/Config.in | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/linux/Config.in b/linux/Config.in
index 817139b..4bcfd19 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -177,8 +177,9 @@ choice
config BR2_LINUX_KERNEL_UIMAGE
bool "uImage"
depends on BR2_arc || BR2_arm || BR2_armeb || BR2_bfin || \
- BR2_powerpc || BR2_sh || BR2_sh64 || \
- BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
+ BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le || \
+ BR2_sh || BR2_sh64 || BR2_mips || BR2_mipsel || \
+ BR2_mips64 || BR2_mips64el
select BR2_LINUX_KERNEL_UBOOT_IMAGE
config BR2_LINUX_KERNEL_APPENDED_UIMAGE
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] linux: Add uImage support for powerpc64
2015-04-13 21:49 [Buildroot] [PATCH 1/1] linux: Add uImage support for powerpc64 Erico Nunes
@ 2015-04-14 8:08 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-04-14 8:08 UTC (permalink / raw)
To: buildroot
Dear Erico Nunes,
On Mon, 13 Apr 2015 18:49:03 -0300, Erico Nunes wrote:
> linux has uImage generation support for powerpc64 as well as powerpc,
> since 2.6.15.
>
> Signed-off-by: Erico Nunes <erico.nunes@datacom.ind.br>
> ---
> linux/Config.in | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-04-14 8:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-13 21:49 [Buildroot] [PATCH 1/1] linux: Add uImage support for powerpc64 Erico Nunes
2015-04-14 8:08 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox