From f66cc1e34842da7ed23de23a5c5cd7a8f1305326 Mon Sep 17 00:00:00 2001 From: Daniel Schwierzeck Date: Thu, 9 May 2013 17:10:06 +0200 Subject: MIPS: bootm: add support for LMB This is required for init ramdisk relocation and device tree support. Signed-off-by: Gabor Juhos Signed-off-by: Daniel Schwierzeck --- arch/mips/include/asm/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/mips/include/asm/config.h') 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 -- cgit v1.2.1