summaryrefslogtreecommitdiff
path: root/script/build/fw/coreboot
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-10-07 21:04:45 +0100
committerLeah Rowe <leah@libreboot.org>2023-10-07 21:04:45 +0100
commite7a77b50e865c715bbf7c7566e87967c53136d8b (patch)
treea63c1a1b7066b3f788e1f7fc2dd8d1f600152ad3 /script/build/fw/coreboot
parent92abbb25fe89475dee335091a770864c205af75e (diff)
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 <leah@libreboot.org>
Diffstat (limited to 'script/build/fw/coreboot')
-rwxr-xr-xscript/build/fw/coreboot1
1 files changed, 1 insertions, 0 deletions
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