浏览代码

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>
Simon Glass 12 年之前
父节点
当前提交
949747b17f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/x86/include/asm/config.h

+ 1 - 0
arch/x86/include/asm/config.h

@@ -21,4 +21,5 @@
 #ifndef _ASM_CONFIG_H_
 #define _ASM_CONFIG_H_
 
+#define CONFIG_SYS_GENERIC_BOARD
 #endif