From a9e06ab73348f5446d458f98203b76db0fe84cb2 Mon Sep 17 00:00:00 2001 From: Mischa Jonker Date: Fri, 9 May 2014 18:08:42 +0400 Subject: [PATCH] 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 Cc: Gustavo Zacarias Cc: Peter Korsgaard Signed-off-by: Peter Korsgaard --- linux/Config.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linux/Config.in b/linux/Config.in index 77c28f384..cc1127ade 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