projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2f56f4
)
x86: kconfig: Hide "System tables" for coreboot
author
Bin Meng
<bmeng.cn@gmail.com>
Thu, 13 Aug 2015 07:29:13 +0000
(
00:29
-0700)
committer
Simon Glass
<sjg@chromium.org>
Wed, 26 Aug 2015 14:54:08 +0000
(07:54 -0700)
When booting as a coreboot payload, we don't need write any
configuration tables as coreboot does that for us.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/Kconfig
patch
|
blob
|
history
diff --git
a/arch/x86/Kconfig
b/arch/x86/Kconfig
index
b600beb
..
065bbe4
100644
(file)
--- a/
arch/x86/Kconfig
+++ b/
arch/x86/Kconfig
@@
-307,7
+307,7
@@
config VGA_BIOS_ADDR
0x90000 from the beginning of a 1MB flash device.
menu "System tables"
- depends on !EFI
+ depends on !EFI
&& !SYS_COREBOOT
config GENERATE_PIRQ_TABLE
bool "Generate a PIRQ table"