summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorMischa Jonker <mjonker@synopsys.com>2014-05-09 18:08:42 +0400
committerPeter Korsgaard <peter@korsgaard.com>2014-05-12 08:36:55 +0200
commita9e06ab73348f5446d458f98203b76db0fe84cb2 (patch)
tree13dc250f4d28bdd8d5a6a3f34faeaf8c876652fc /linux
parent81b23d02fc1047c783e8acaaa123e3fda7ec03e7 (diff)
downloadbuildroot-a9e06ab73348f5446d458f98203b76db0fe84cb2.tar.gz
buildroot-a9e06ab73348f5446d458f98203b76db0fe84cb2.zip
ARC: allow uImage creation for ARC
Starting from U-Boot v2014.04 ARC architecture is supported, so now it's possible to create uImage for ARC as well. Signed-off-by: Mischa Jonker <mjonker@synopsys.com> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Cc: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'linux')
-rw-r--r--linux/Config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/Config.in b/linux/Config.in
index 77c28f384c..cc1127ade0 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -167,7 +167,8 @@ choice
config BR2_LINUX_KERNEL_UIMAGE
bool "uImage"
- depends on BR2_arm || BR2_armeb || BR2_bfin || BR2_powerpc || BR2_avr32 || BR2_sh || BR2_sh64
+ depends on BR2_arc || BR2_arm || BR2_armeb || BR2_bfin || \
+ BR2_powerpc || BR2_avr32 || BR2_sh || BR2_sh64
select BR2_LINUX_KERNEL_UBOOT_IMAGE
config BR2_LINUX_KERNEL_APPENDED_UIMAGE
OpenPOWER on IntegriCloud