rom.sh: only before cbutils before coreboot
otherwise, due to the idiosyncratic nature of the coreboot build system, the coreboot.rom gets wiped out. cbutils is still handled by premake. ensure that payloads are only inserted just after running the coreboot make command. fixes a build issues introduced on 9020sff, previously unhandled. Signed-off-by: Leah Rowe <leah@libreboot.org>audit2
parent
21306dd5b8
commit
fdf7864905
|
@ -92,8 +92,6 @@ mkcorebootbin()
|
||||||
[ "$payload_memtest" = "y" ] || payload_memtest="n"
|
[ "$payload_memtest" = "y" ] || payload_memtest="n"
|
||||||
[ "$(uname -m)" = "x86_64" ] || payload_memtest="n"
|
[ "$(uname -m)" = "x86_64" ] || payload_memtest="n"
|
||||||
|
|
||||||
x_ ./update trees -d coreboot $tree
|
|
||||||
|
|
||||||
[ "$payload_seabios" = "y" ] && pname="seabios" && add_seabios
|
[ "$payload_seabios" = "y" ] && pname="seabios" && add_seabios
|
||||||
[ "$payload_uboot" = "y" ] && pname="uboot" && add_uboot
|
[ "$payload_uboot" = "y" ] && pname="uboot" && add_uboot
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue