summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2013-03-05 14:39:57 +0000
committerTom Rini <trini@ti.com>2013-03-15 16:14:01 -0400
commit949747b17f0b31c6942b5731a3b0760ad297549e (patch)
treeb3c8f1e522900ceb9e2266d4009237ec00f85a68 /arch/x86
parentdd7f65f664aab48e1c6aaf927ba3fc8dd2ce61aa (diff)
downloadtalos-obmc-uboot-949747b17f0b31c6942b5731a3b0760ad297549e.tar.gz
talos-obmc-uboot-949747b17f0b31c6942b5731a3b0760ad297549e.zip
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.h1
1 files changed, 1 insertions, 0 deletions
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
OpenPOWER on IntegriCloud