From: Simon Glass Date: Tue, 5 Mar 2013 14:39:57 +0000 (+0000) Subject: x86: Enable generic board X-Git-Tag: v2013.04-rc2~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=949747b17f0b31c6942b5731a3b0760ad297549e;p=kernel%2Fu-boot.git x86: Enable generic board This will be used exclusively on x86, so enable it for the whole architecture. Signed-off-by: Simon Glass --- 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