summaryrefslogtreecommitdiff
path: root/scripts/install.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-06-12 14:26:40 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2016-06-12 19:04:24 +0200
commit8516118c152f0f20279e92f4b96c173a4306902e (patch)
tree541704ca00367244a862b08fb36a03264f55a065 /scripts/install.sh
parentc9dfabc3741ca9701745a80babd1d634070a359f (diff)
solidrun-imx6: SPL is bigger
Diffstat (limited to 'scripts/install.sh')
-rwxr-xr-xscripts/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install.sh b/scripts/install.sh
index 3779b17a8..303fbef3d 100755
--- a/scripts/install.sh
+++ b/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