]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/include/asm/config.h
Merge branch 'elf_reloc'
[karo-tx-uboot.git] / arch / arm / include / asm / config.h
index 4e8dfd7bc5ab40181b2e1df49ba326ba3a2ac673..4124f0a9922e25d0d919e871107648bf859fd4fd 100644 (file)
@@ -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