4c72d3612b
This removes the newlines from all files found by the new int-015-final-newlines script. Change-Id: I65b6d5b403fe3fa30b7ac11958cc0f9880704ed7 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/15975 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
10 lines
316 B
Text
10 lines
316 B
Text
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.
|