summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/config.h
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2010-10-13 13:57:36 -0600
committerWolfgang Denk <wd@denx.de>2010-10-18 22:54:00 +0200
commit2d1916e48bd871f29fa4634a69f6ef709b772be5 (patch)
tree0771af2031232ca86c41ca467a98a6782f24685b /arch/arm/include/asm/config.h
parentfca43cc8018327cbe13e943932fbf75772275192 (diff)
downloadtalos-obmc-uboot-2d1916e48bd871f29fa4634a69f6ef709b772be5.tar.gz
talos-obmc-uboot-2d1916e48bd871f29fa4634a69f6ef709b772be5.zip
ARM: add flat device tree support
Based on other architectures already supported. Tested on OMAP3 Beagle board and another unnamed ARM platform. Signed-off-by: John Rigby <john.rigby@linaro.org> Tested-by: Rob Herring <rob.herring@smooth-stone.com> Acked-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'arch/arm/include/asm/config.h')
-rw-r--r--arch/arm/include/asm/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/config.h b/arch/arm/include/asm/config.h
index 4e8dfd7bc5..d8e33fc513 100644
--- a/arch/arm/include/asm/config.h
+++ b/arch/arm/include/asm/config.h
@@ -25,4 +25,6 @@
/* Relocation to SDRAM works on all ARM boards */
#define CONFIG_RELOC_FIXUP_WORKS
#endif
+#define CONFIG_LMB
+#define CONFIG_SYS_BOOT_RAMDISK_HIGH
#endif
OpenPOWER on IntegriCloud