diff --git a/boot/arm/odroid-u2-x2/sd_fuse/sd_fusing.sh b/boot/arm/odroid-u2-x2/sd_fuse/sd_fusing.sh index ba68905..ca03396 100755 --- a/boot/arm/odroid-u2-x2/sd_fuse/sd_fusing.sh +++ b/boot/arm/odroid-u2-x2/sd_fuse/sd_fusing.sh @@ -43,7 +43,7 @@ dd iflag=dsync oflag=dsync if="${DIR}/bl2.HardKernel" of="${1}" seek="${bl2_posi # echo "u-boot fusing" -dd iflag=dsync oflag=dsync if="${DIR}/../odroid-u2-x2/u-boot.bin" of="${1}" seek="${uboot_position}" +dd iflag=dsync oflag=dsync if="${DIR}/../u-boot.bin" of="${1}" seek="${uboot_position}" # echo "TrustZone S/W fusing"