summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorerico.nunes <erico.nunes@datacom.ind.br>2015-04-13 18:49:03 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-14 10:07:18 +0200
commit1afd174f8e72d660d040e8b818ee02ca88a8c8d6 (patch)
treebb788df1cd57afb6d4815841d66ca209d313a908 /linux
parent15944a5ea4bf42602e624e7a88b6f0549d8ccda4 (diff)
linux: Add uImage support for powerpc64
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>
Diffstat (limited to 'linux')
-rw-r--r--linux/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/linux/Config.in b/linux/Config.in
index cb4daa428..0ab9f26dd 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