]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
x86: Enable generic board
authorSimon Glass <sjg@chromium.org>
Tue, 5 Mar 2013 14:39:57 +0000 (14:39 +0000)
committerTom Rini <trini@ti.com>
Fri, 15 Mar 2013 20:14:01 +0000 (16:14 -0400)
This will be used exclusively on x86, so enable it for the whole
architecture.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/include/asm/config.h

index 049c44eaf84de0ce67d86afcf0cd016d4bd6c407..3961b828112fddc770a512896381bf48eb3a46af 100644 (file)
@@ -21,4 +21,5 @@
 #ifndef _ASM_CONFIG_H_
 #define _ASM_CONFIG_H_
 
+#define CONFIG_SYS_GENERIC_BOARD
 #endif