temp/u-boot-pinephone: avoid filesystem cache when writing U-Boot (MR 2155)

This commit is contained in:
Bobby The Builder 2021-05-12 10:56:16 -04:00 committed by Oliver Smith
parent 5919b8456a
commit 9620ea0093
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 2 additions and 2 deletions

View file

@ -49,5 +49,5 @@ package() {
sha512sums="
73b132cdc26113a83d060f0d243320ca989b4efa98fe95a2205526a42f615ced7046bb9d4878c67a9a550b04c2519d90be3c2272be97c878d759bf5d027cf536 u-boot-7492749fec31b1086bc8933bf113a766aea021aa.tar.gz
3cba8a0e899be8cb0b9260b7a86d4115f74c279a1bac8c1403ee669adf91dca8215d8d2d6395ebb3cd67ce000f37a51d6e033b62a8d616b346a9072fa58a4b70 0001-expose-DRAM-clock-speed.patch
d6b80f900453f40bd0f133e4beee31039a4088cdaa6e68b224c7c3d905b12e125f74d69d18b492ecae24a793e15abead8246d2118091f58761d2e0b54251586d update-u-boot
3a0f2b96dc16ba0e38609b65243d41e3021cbd8fabb6e53ef8ae4ff82720e00feb0e5b83f03901c386cf3892c401be7b34bd689055aab045379801608a5965b4 update-u-boot
"

View file

@ -183,7 +183,7 @@ pinebookpro|rockpro64)
;;
pinephone)
[ -e "$imagedir/pine64-pinephone/" ] || die "pinephone images not installed, apk add u-boot-pinephone"
$dryrun dd if=$imagedir/pine64-pinephone/u-boot-sunxi-with-spl-$freq.bin of=$device bs=1024 seek=8 status=none
$dryrun dd if=$imagedir/pine64-pinephone/u-boot-sunxi-with-spl-$freq.bin of=$device bs=1024 seek=8 oflag=direct status=none
;;
esac
$dryrun sync