From e5741e52af08984235c46c326bf57b95498a7afe Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Thu, 17 Oct 2024 11:04:00 -0400 Subject: [PATCH] hvk: use DTB_DEST when copying DTB --- scripts/hvk-compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hvk-compile.sh b/scripts/hvk-compile.sh index 0080903..d0dcc76 100755 --- a/scripts/hvk-compile.sh +++ b/scripts/hvk-compile.sh @@ -111,7 +111,7 @@ function rootfs_install() { rm -rf ${deploydir}/boot/* cp ${BOOT_SRC}/Image ${deploydir}/boot/Image-latest - cp ${DTB_SRC} ${deploydir}/boot/latest.dtb + cp ${DTB_SRC} ${deploydir}${DTB_DEST} } function rootfs_archive() { -- 2.20.1