hvk: use DTB_DEST when copying DTB
authorHugo Villeneuve <hugo@hugovil.com>
Thu, 17 Oct 2024 15:04:00 +0000 (11:04 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Thu, 17 Oct 2024 15:20:31 +0000 (11:20 -0400)
scripts/hvk-compile.sh

index 0080903..d0dcc76 100755 (executable)
@@ -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() {