aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2020-08-24 01:31:31 -0500
committerRob Landley <rob@landley.net>2020-08-24 01:31:31 -0500
commitd07f530f328cc1362d7100d3f040fabcc501af74 (patch)
tree5f11b6435ad7211e260e3574e313fc395decf0b4 /scripts
parentf876693b8cbb8b846906dcc541564ef21932f3aa (diff)
downloadtoybox-d07f530f328cc1362d7100d3f040fabcc501af74.tar.gz
Tweak error message.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mkroot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mkroot.sh b/scripts/mkroot.sh
index 4bc80ab9..040f7c60 100755
--- a/scripts/mkroot.sh
+++ b/scripts/mkroot.sh
@@ -194,7 +194,7 @@ CONFIG_CMDLINE="console=ttyUL0 earlycon"' BUILTIN=1
KERNEL_CONFIG="CONFIG_MEMORY_START=0x0c000000"
KCONF=CPU_SUBTYPE_SH7751R,MMU,VSYSCALL,SH_FPU,SH_RTS7751R2D,RTS7751R2D_PLUS,SERIAL_SH_SCI,SERIAL_SH_SCI_CONSOLE,PCI,NET_VENDOR_REALTEK,8139CP,PCI,BLK_DEV_SD,ATA,ATA_SFF,ATA_BMDMA,PATA_PLATFORM,BINFMT_ELF_FDPIC,BINFMT_FLAT
#see also SPI SPI_SH_SCI MFD_SM501 RTC_CLASS RTC_DRV_R9701 RTC_DRV_SH RTC_HCTOSYS
- else die "Unknown \$TARGET"
+ else die "Unknown \$TARGET $TARGET"
fi
# Write the qemu launch script