diff options
Diffstat (limited to 'include/rom.sh')
-rw-r--r-- | include/rom.sh | 2 |
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 |