build-boot: Print CHIP_ID on failure

This commit is contained in:
Johan Gunnarsson 2021-07-20 20:06:26 +02:00
parent a8ea80301e
commit a0aeb189eb
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ qemu*)
build-boot-qemu "${BOARD_ID}" "${CHIP_ID}" "${DEFCONFIG}" "${TUPLE}"
;;
*)
echo Unknown CHIP_ID
echo "Unknown CHIP_ID \"${CHIP_ID}\""
exit 1
;;
esac