diff options
author | Simon Glass <sjg@chromium.org> | 2013-03-05 14:39:57 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-03-15 16:14:01 -0400 |
commit | 949747b17f0b31c6942b5731a3b0760ad297549e (patch) | |
tree | b3c8f1e522900ceb9e2266d4009237ec00f85a68 /arch/x86 | |
parent | dd7f65f664aab48e1c6aaf927ba3fc8dd2ce61aa (diff) | |
download | u-boot-imx-949747b17f0b31c6942b5731a3b0760ad297549e.zip u-boot-imx-949747b17f0b31c6942b5731a3b0760ad297549e.tar.gz u-boot-imx-949747b17f0b31c6942b5731a3b0760ad297549e.tar.bz2 |
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>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/include/asm/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |