linux: Add uImage support for powerpc64
authorerico.nunes <erico.nunes@datacom.ind.br>
Mon, 13 Apr 2015 21:49:03 +0000 (18:49 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 14 Apr 2015 08:07:18 +0000 (10:07 +0200)
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
linux/Config.in

index cb4daa428a5a1b41acaf5dbc0a231774d0704119..0ab9f26dd46934dcc5e74d418d96edd0edf3ed83 100644 (file)
@@ -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