diff options
author | John Rigby <john.rigby@linaro.org> | 2010-10-13 13:57:36 -0600 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-10-18 22:54:00 +0200 |
commit | 2d1916e48bd871f29fa4634a69f6ef709b772be5 (patch) | |
tree | 0771af2031232ca86c41ca467a98a6782f24685b /arch/arm/include/asm/config.h | |
parent | fca43cc8018327cbe13e943932fbf75772275192 (diff) | |
download | u-boot-imx-2d1916e48bd871f29fa4634a69f6ef709b772be5.zip u-boot-imx-2d1916e48bd871f29fa4634a69f6ef709b772be5.tar.gz u-boot-imx-2d1916e48bd871f29fa4634a69f6ef709b772be5.tar.bz2 |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/config.h b/arch/arm/include/asm/config.h index 4e8dfd7..d8e33fc 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 |