diff options
author | Tom Rini <trini@ti.com> | 2013-08-13 08:58:47 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-08-13 08:58:47 -0400 |
commit | 67cafc0861477bf19a587508ed13f4538c7a281e (patch) | |
tree | 13395a2bbc6dbc58d0c8b5eaf732b02b67124dc2 /arch/mips/include/asm/config.h | |
parent | c15438eaea8b854d89455ebf7a1c7c4f06fa92f5 (diff) | |
parent | 4b17645d5d60a9aa8ef0810d4fdf962bce407c8a (diff) |
Merge branch 'master' of git://www.denx.de/git/u-boot-mips
Diffstat (limited to 'arch/mips/include/asm/config.h')
-rw-r--r-- | arch/mips/include/asm/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/include/asm/config.h b/arch/mips/include/asm/config.h index cd29734789..3a891ba627 100644 --- a/arch/mips/include/asm/config.h +++ b/arch/mips/include/asm/config.h @@ -7,4 +7,7 @@ #ifndef _ASM_CONFIG_H_ #define _ASM_CONFIG_H_ +#define CONFIG_LMB +#define CONFIG_SYS_BOOT_RAMDISK_HIGH + #endif |