diff options
Diffstat (limited to 'arch/arm/include/asm/config.h')
| -rw-r--r-- | arch/arm/include/asm/config.h | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/arch/arm/include/asm/config.h b/arch/arm/include/asm/config.h index 4e8dfd7bc..4124f0a99 100644 --- a/arch/arm/include/asm/config.h +++ b/arch/arm/include/asm/config.h @@ -21,8 +21,9 @@  #ifndef _ASM_CONFIG_H_  #define _ASM_CONFIG_H_ -#if defined(CONFIG_SYS_ARM_WITHOUT_RELOC)  /* Relocation to SDRAM works on all ARM boards */  #define CONFIG_RELOC_FIXUP_WORKS -#endif + +#define CONFIG_LMB +#define CONFIG_SYS_BOOT_RAMDISK_HIGH  #endif |