projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd7f65f
)
x86: Enable generic board
author
Simon Glass
<sjg@chromium.org>
Tue, 5 Mar 2013 14:39:57 +0000
(14:39 +0000)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/config.h
b/arch/x86/include/asm/config.h
index 049c44eaf84de0ce67d86afcf0cd016d4bd6c407..3961b828112fddc770a512896381bf48eb3a46af 100644
(file)
--- 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