From 949747b17f0b31c6942b5731a3b0760ad297549e Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 5 Mar 2013 14:39:57 +0000 Subject: x86: Enable generic board This will be used exclusively on x86, so enable it for the whole architecture. Signed-off-by: Simon Glass --- arch/x86/include/asm/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/x86') diff --git a/arch/x86/include/asm/config.h b/arch/x86/include/asm/config.h index 049c44eaf8..3961b82811 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 -- cgit v1.2.1