summaryrefslogtreecommitdiff
path: root/include/rom.sh
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-05-26 00:57:50 +0100
committerLeah Rowe <leah@libreboot.org>2025-05-26 00:57:50 +0100
commit18dacd4c22b1dfe6ab985d76712dd8261f173ce4 (patch)
tree3f305d133ed678293a50687c30ca01557c0a2fde /include/rom.sh
parente981132c829dea9dd958ea174e35e15e122451d7 (diff)
xbmk: rename xbmklocal/xbmktmp variables
shorten them Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/rom.sh')
-rw-r--r--include/rom.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/rom.sh b/include/rom.sh
index 4ac4c5de..e8caf024 100644
--- a/include/rom.sh
+++ b/include/rom.sh
@@ -78,7 +78,7 @@ mkcorebootbin()
{
[ "$target" = "$tree" ] && return 0
- tmprom="$xbmktmp/coreboot.rom"
+ tmprom="$xbtmp/coreboot.rom"
$dry x_ cp "$srcdir/build/coreboot.rom" "$tmprom"
initmode="${defconfig##*/}"
@@ -158,8 +158,8 @@ add_grub()
_grubname="fallback/payload"
cbfs "$tmprom" "$grubelf" "$_grubname"
printf "set grub_scan_disk=\"%s\"\n" "$grub_scan_disk" \
- > "$xbmktmp/tmpcfg" || err "$target: !insert scandisk"
- cbfs "$tmprom" "$xbmktmp/tmpcfg" scan.cfg raw
+ > "$xbtmp/tmpcfg" || err "$target: !insert scandisk"
+ cbfs "$tmprom" "$xbtmp/tmpcfg" scan.cfg raw
[ "$initmode" != "normal" ] && [ "$displaymode" != "txtmode" ] && \
cbfs "$tmprom" "$grubdata/background/background1280x800.png" \
"background.png" raw; :