blob: 2e6a64c2ad22341eccec36bba7d4eb7f8ca7f57a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
config PAYLOAD_UBOOT
bool "U-Boot (Experimental)"
depends on ARCH_X86
help
Select this option if you want to build a coreboot image
with a U-Boot payload.
See http://coreboot.org/Payloads and U-Boot's documentation
at http://git.denx.de/?p=u-boot.git;a=blob;f=doc/README.x86
for more information.
|