diff options
author | Alexey Brodkin <Alexey.Brodkin@synopsys.com> | 2014-05-24 12:17:20 +0400 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2014-06-03 16:16:57 +0400 |
commit | d119a2ef7fb3c10b01c64a7da8f3906691166efe (patch) | |
tree | e4d309f192f34f6bad2bd1c8a243b4b9f3a44606 /arch/arc | |
parent | 3fe1a8545b55d31a6db2d9e60d962c4f6e048913 (diff) |
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 <abrodkin@synopsys.com>
Diffstat (limited to 'arch/arc')
-rw-r--r-- | arch/arc/include/asm/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arc/include/asm/config.h b/arch/arc/include/asm/config.h index 3d331cc970d..e5be078c197 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 |