From: Hugo Villeneuve Date: Fri, 20 Sep 2024 13:24:47 +0000 (-0400) Subject: hvk: display name of board in init script X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=3151e9af9cc5d7e52c3ef8b6c121784962c9769a;p=hvutilities.git hvk: display name of board in init script --- diff --git a/scripts/hvk-init.sh b/scripts/hvk-init.sh index d9e5aca..bd189af 100755 --- a/scripts/hvk-init.sh +++ b/scripts/hvk-init.sh @@ -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