commit | 08298969f2497fcbfd3e3a23770d75e97054fbbf | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Mar 05 14:39:57 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Fri Mar 15 16:14:01 2013 -0400 |
tree | b3c8f1e522900ceb9e2266d4009237ec00f85a68 | |
parent | fadd5ab818f837a711ed082071f857a0046cdf89 [diff] [blame] |
x86: Enable generic board This will be used exclusively on x86, so enable it for the whole architecture. Signed-off-by: Simon Glass <sjg@chromium.org>
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