hvk: display name of board in init script
authorHugo Villeneuve <hugo@hugovil.com>
Fri, 20 Sep 2024 13:24:47 +0000 (09:24 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Fri, 20 Sep 2024 13:24:47 +0000 (09:24 -0400)
scripts/hvk-init.sh

index d9e5aca..bd189af 100755 (executable)
@@ -17,6 +17,8 @@ if [ x"${DEFCONFIG_AUTOGEN}" != x"" ]; then
     fi
 fi
 
+echo "Board init: ${DEFCONFIG_BOARD}"
+
 ${KMAKE} ${DEFCONFIG_OPT}
 
 if [ x"${1}" = x"yocto" ]; then