build/boot/roms: fix wrong variable name

fsdg20230625
Leah Rowe 2021-12-29 07:36:36 +00:00
parent babce03fbd
commit 2701555582
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ make_grubrom_from_keymap() {
fi
"${cbfstool_path}" "${tmprom}" add -f "${tmpgrubcfg}" -n grub.cfg -t raw
"${cbfstool_path}" "${tmprom}" add -f "${tmpgrubtestcfg}" -n grubtest.cfg -t raw
rm -f "${tmpgrubcfg}" "${tmpgrubcfgtest}"
rm -f "${tmpgrubcfg}" "${tmpgrubtestcfg}"
backgroundfile="background1280x800.png"
if [ "${board}" = "x60" ] || [ "${board}" = "t60_intelgpu" ]; then