[U-Boot] [PATCH v6 23/31] x86: Enable generic board

Simon Glass sjg at chromium.org
Wed Mar 6 01:39:57 CET 2013


This will be used exclusively on x86, so enable it for the whole
architecture.

Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v6:
- Add new patch to enable generic board on x86

Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2: None

 arch/x86/include/asm/config.h | 1 +
 1 file changed, 1 insertion(+)

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
-- 
1.8.1.3



More information about the U-Boot mailing list