Skip to content

Commit

Permalink
corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBuzz committed Apr 15, 2016
1 parent eba907b commit c23d571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mkimage
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ EOF
mcopy $RELEASE_DIR/3rdparty/bootloader/start.elf ::
mcopy $RELEASE_DIR/3rdparty/bootloader/config.txt ::

if [ -d $RELEASE_DIR/3rdparty/bootloader/dt-blob.bin ]; then
if [ -f $RELEASE_DIR/3rdparty/bootloader/dt-blob.bin ]; then
mcopy $RELEASE_DIR/3rdparty/bootloader/dt-blob.bin ::
fi

Expand Down

0 comments on commit c23d571

Please sign in to comment.