diff options
author | Wademar Brodkorb <wbx@openadk.org> | 2024-08-04 04:48:55 +0200 |
---|---|---|
committer | Wademar Brodkorb <wbx@openadk.org> | 2024-08-04 12:39:22 +0200 |
commit | cf88d1477ab74555131a3b78bc3d4cb4ec8f5727 (patch) | |
tree | 94cafc60ad3262eaca934988f76fc34eed350e89 /scripts/install.sh | |
parent | 96357ef61227503512de7cbbbc43417abeb5f2c3 (diff) |
solidrun-clearfog: make it boot with OpenADK mini.config
Diffstat (limited to 'scripts/install.sh')
-rwxr-xr-x | scripts/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install.sh b/scripts/install.sh index e3494d5d6..335607391 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -563,7 +563,7 @@ case $target { dd if="$fwdir/u-boot-sunxi-with-spl.bin" of="$tgt" bs=1024 seek=8 > /dev/null 2>&1 ;; (solidrun-clearfog) - dd if="$fwdir/u-boot-spl.kwb" of="$tgt" bs=512 seek=1 > /dev/null 2>&1 + dd if="$fwdir/u-boot-with-spl.kwb" of="$tgt" bs=512 seek=1 > /dev/null 2>&1 ;; (solidrun-imx6|phytec-imx6) dd if="$fwdir/SPL" of="$tgt" bs=1024 seek=1 > /dev/null 2>&1 |