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>
This commit is contained in:
Leah Rowe
2023-10-07 21:04:45 +01:00
parent 92abbb25fe
commit e7a77b50e8
+1
View File
@@ -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