repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drivers/wifi: Remove unnecessary data structure copy
[coreboot2.git]
/
payloads
/
external
/
U-Boot
/
Kconfig.name
blob
897f1a345b5d913f55ed01b7a0a6d30bb1a7ada5
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
config PAYLOAD_UBOOT
4
bool "U-Boot"
5
depends on ARCH_X86
6
help
7
Select this option if you want to build a coreboot image
8
with a U-Boot payload.
9
10
See https://doc.coreboot.org/payloads.html and U-Boot's documentation
11
at http://git.denx.de/?p=u-boot.git;a=blob;f=doc/README.x86
12
for more information.