From e7a77b50e865c715bbf7c7566e87967c53136d8b Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 7 Oct 2023 21:04:45 +0100 Subject: build/fw/coreboot: reset grub background each time the script used to be called once per target, now it handles every target. the grub background image wasn't being set, so if it changed at build time, it would stay changed. keep the default in place for each run, while still allowing target.cfg files to change it per target. Signed-off-by: Leah Rowe --- script/build/fw/coreboot | 1 + 1 file changed, 1 insertion(+) (limited to 'script') diff --git a/script/build/fw/coreboot b/script/build/fw/coreboot index 7479caae..091f9f0d 100755 --- a/script/build/fw/coreboot +++ b/script/build/fw/coreboot @@ -51,6 +51,7 @@ main() for x in ${boards}; do eval "$(setvars "n" ${pv})" eval "$(setvars "" ${v})" + grub_background="background1280x800.png" board="${x}" check_target prepare_target -- cgit v1.2.1