summaryrefslogtreecommitdiff
path: root/include/rom.sh
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-10-07 05:52:36 +0100
committerLeah Rowe <leah@libreboot.org>2025-10-07 05:52:36 +0100
commit11a3e9d88799cfffa77beb836cdef54516690591 (patch)
treefd8dbc984d512da5a8e168537a457aa7ba51229f /include/rom.sh
parentfb95e4ad687e8263948ebcad4c403ce04b8b5a0d (diff)
xbmk: minor code cleanup (79 character rule)HEADmaster
recent re-factoring lead to certain code lines that exceeded 79 characters in length. we like to avoid this, whenever possible. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/rom.sh')
-rw-r--r--include/rom.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rom.sh b/include/rom.sh
index 8cb0f318..6f0e3529 100644
--- a/include/rom.sh
+++ b/include/rom.sh
@@ -207,7 +207,7 @@ mkcorebootbin_real()
fi
if [ "$payload_seabios" = "y" ] && [ "$payload_uboot" = "arm64" ]; then
$if_not_dry_build \
- err "$target: U-Boot arm and SeaBIOS/GRUB both enabled" \
+ err "$target: U-Boot arm / SeaBIOS/GRUB both enabled" \
"mkcorebootbin_real" "$@"
fi