浏览代码

solidrun-imx6: SPL is bigger

Waldemar Brodkorb 10 年之前
父节点
当前提交
8516118c15
共有 1 个文件被更改,包括 1 次插入1 次删除
  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