
6 Mar
2013
6 Mar
'13
1:39 a.m.
This will be used exclusively on x86, so enable it for the whole architecture.
Signed-off-by: Simon Glass sjg@chromium.org --- Changes in v6: - Add new patch to enable generic board on x86
Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None
arch/x86/include/asm/config.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/arch/x86/include/asm/config.h b/arch/x86/include/asm/config.h index 049c44e..3961b82 100644 --- a/arch/x86/include/asm/config.h +++ b/arch/x86/include/asm/config.h @@ -21,4 +21,5 @@ #ifndef _ASM_CONFIG_H_ #define _ASM_CONFIG_H_
+#define CONFIG_SYS_GENERIC_BOARD #endif
--
1.8.1.3