soc-amlogic-s905: enable booting to a USB drive (MR 3955)

This commit is contained in:
@exkc 2023-03-29 23:30:00 +08:00 committed by Newbyte
parent a55d3991d5
commit 1bcaffb0fe
No known key found for this signature in database
GPG key ID: 990600ED1DB95E02
2 changed files with 3 additions and 2 deletions

View file

@ -3,7 +3,7 @@
pkgname=soc-amlogic-s905
pkgdesc="Common package for devices using the Amlogic S905 SoC"
pkgver=1
pkgrel=1
pkgrel=2
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
@ -41,6 +41,6 @@ x11() {
}
sha512sums="
f91f61b101b6659d82b14d78f9146ab1e4cbaf515838c60aa21627226d30b394d1ad8327b86eff105e1dced6e562b774499fd2cd56104db596982e50b665ec8f s905_autoscript.cmd
dad8855a4a4f0c72e8556b88f27e7709d97c66808db0cc3ea57edc0f336d4f5b8ef9f6b9f07a0c676e74cf0e6f32b5c2b31b5a152f46ab4b1a01045e1f79072b s905_autoscript.cmd
72267e7bb0e3cd4a7c89d51c046c3a9c93d7ff9fe23a24357088fc94d45c6cc314cf12c8475421eadc507937ebc1ca9b1b9afdec0c78cf39977ebdd5f5eab24d xorg.conf
"

View file

@ -1 +1,2 @@
if fatload mmc 0 0x1000000 u-boot.bin; then go 0x1000000; fi;
if fatload usb 0 0x1000000 u-boot.bin; then go 0x1000000; fi;