diff options
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2013-05-09 17:10:06 +0200 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2013-08-13 11:58:48 +0200 |
commit | f66cc1e34842da7ed23de23a5c5cd7a8f1305326 (patch) | |
tree | 4ca13bebb7d33f687a46f980faa9cae8ac267d43 /arch/mips/include/asm/config.h | |
parent | c4b37847d3f8f98335253bd0e7aeee3ba141b237 (diff) | |
download | blackbird-obmc-uboot-f66cc1e34842da7ed23de23a5c5cd7a8f1305326.tar.gz blackbird-obmc-uboot-f66cc1e34842da7ed23de23a5c5cd7a8f1305326.zip |
MIPS: bootm: add support for LMB
This is required for init ramdisk relocation and device tree
support.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'arch/mips/include/asm/config.h')
-rw-r--r-- | arch/mips/include/asm/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/include/asm/config.h b/arch/mips/include/asm/config.h index cd29734789..6eb1cee2d8 100644 --- a/arch/mips/include/asm/config.h +++ b/arch/mips/include/asm/config.h @@ -7,4 +7,6 @@ #ifndef _ASM_CONFIG_H_ #define _ASM_CONFIG_H_ +#define CONFIG_LMB + #endif |