From 5666d4825d75760dce4e7bc8388bc42ea1a8c50c Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Tue, 13 Aug 2019 04:05:12 +0100 Subject: [PATCH] image: log board details prior to install --- scripts/image | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/image b/scripts/image index 91af47a093..d80d042ed9 100755 --- a/scripts/image +++ b/scripts/image @@ -326,6 +326,7 @@ if [ "${1}" = "release" -o "${1}" = "mkimage" -o "${1}" = "noobs" ]; then if [ -n "${DEVICE_BOARDS}" ]; then for UBOOT_SYSTEM in ${DEVICE_BOARDS}; do + echo "Installing u-boot for board ${UBOOT_SYSTEM}..." # Re-install u-boot package rm ${STAMPS_INSTALL}/u-boot/install_target