diff mbox

[U-Boot] ARC: enable CONFIG_SYS_BOOT_RAMDISK_HIGH

Message ID 1400919440-4973-1-git-send-email-abrodkin@synopsys.com
State Accepted
Delegated to: Alexey Brodkin
Headers show

Commit Message

Alexey Brodkin May 24, 2014, 8:17 a.m. UTC
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 <abrodkin@synopsys.com>
---
 arch/arc/include/asm/config.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Alexey Brodkin June 3, 2014, 12:20 p.m. UTC | #1
Hello,

On Sat, 2014-05-24 at 12:17 +0400, Alexey Brodkin wrote:
> 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 <abrodkin@synopsys.com>
> ---
>  arch/arc/include/asm/config.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arc/include/asm/config.h b/arch/arc/include/asm/config.h
> index 3d331cc..e5be078 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
>  

Applied to u-boot-arc.

-Alexey
diff mbox

Patch

diff --git a/arch/arc/include/asm/config.h b/arch/arc/include/asm/config.h
index 3d331cc..e5be078 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