From: Alexey Brodkin Date: Sat, 24 May 2014 08:17:20 +0000 (+0400) Subject: ARC: enable CONFIG_SYS_BOOT_RAMDISK_HIGH X-Git-Tag: v2014.07-rc3~41^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d119a2ef7fb3c10b01c64a7da8f3906691166efe;p=oweals%2Fu-boot.git ARC: enable CONFIG_SYS_BOOT_RAMDISK_HIGH This enables relocation of initrd to the end of available DDR before Linux kernel start-up as it is done in other architectures. Signed-off-by: Alexey Brodkin --- diff --git a/arch/arc/include/asm/config.h b/arch/arc/include/asm/config.h index 3d331cc970..e5be078c19 100644 --- a/arch/arc/include/asm/config.h +++ b/arch/arc/include/asm/config.h @@ -8,6 +8,7 @@ #define __ASM_ARC_CONFIG_H_ #define CONFIG_SYS_GENERIC_GLOBAL_DATA +#define CONFIG_SYS_BOOT_RAMDISK_HIGH #define CONFIG_LMB