Browse Source

solidrun-imx6: SPL is bigger

Waldemar Brodkorb 8 years ago
parent
commit
8516118c15
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/install.sh

+ 1 - 1
scripts/install.sh

@@ -510,7 +510,7 @@ case $target {
 	;;
 (solidrun-imx6)
 	dd if="$fwdir/SPL" of="$tgt" bs=1024 seek=1 > /dev/null 2>&1
-	dd if="$fwdir/u-boot.img" of="$tgt" bs=1024 seek=42 > /dev/null 2>&1
+	dd if="$fwdir/u-boot.img" of="$tgt" bs=1024 seek=69 > /dev/null 2>&1
 	;;
 (raspberry-pi|raspberry-pi2|raspberry-pi3)
 	(( noformat )) || create_fs "$bootpart" ADKBOOT vfat