Skip to content

Commit

Permalink
scripts: armv7a9-zynq7000-qemu-test use proper dtb file
Browse files Browse the repository at this point in the history
JIRA: CI-397
  • Loading branch information
maska989 committed Sep 27, 2024
1 parent 8547e58 commit fc53552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/armv7a9-zynq7000-qemu-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

IMG_PLO_ZYNQ7000="$(dirname "${BASH_SOURCE[0]}")/../_boot/armv7a9-zynq7000-qemu/plo.img"
IMG_FLASH_QEMU="$(dirname "${BASH_SOURCE[0]}")/../_boot/armv7a9-zynq7000-qemu/phoenix.disk"
DTB_ZYNQ7000="$(dirname "${BASH_SOURCE[0]}")/../scripts/zynq7000-zc702.dtb"
DTB_ZYNQ7000="$(dirname "${BASH_SOURCE[0]}")/../scripts/zynq7000-zc702-single.dtb"

for FILE in "$IMG_PLO_ZYNQ7000" "$IMG_FLASH_QEMU" "$DTB_ZYNQ7000"; do
if [ ! -f "$FILE" ]; then
Expand Down

0 comments on commit fc53552

Please sign in to comment.