payloads/ipxe: Default to building from master branch
per ipxe.org: iPXE uses a rolling release model, in which every commit is intended to be production-ready. You should always use the latest code. TEST=build/boot ipxe.efi from master branch via EFI shell. Change-Id: Iae03d94291a8c02c54eb77e61f878902fead27c2 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/90059 Reviewed-by: Filip Lewiński <filip.lewinski@3mdeb.com> Reviewed-by: Sean Rhodes <sean@starlabs.systems> Reviewed-by: Walter Sonius <walterav1984@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
4081793ff2
commit
a907c6fb8d
1 changed files with 1 additions and 1 deletions
2
payloads/external/iPXE/Kconfig
vendored
2
payloads/external/iPXE/Kconfig
vendored
|
|
@ -51,7 +51,7 @@ if BUILD_IPXE
|
|||
|
||||
choice
|
||||
prompt "iPXE version"
|
||||
default IPXE_STABLE
|
||||
default IPXE_MASTER
|
||||
|
||||
config IPXE_STABLE
|
||||
bool "2022.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue