add images and small PKBGUILD fix

This commit is contained in:
Remote 2020-03-22 20:56:07 +00:00
parent 2be4c2c223
commit 09b764b7fa
4 changed files with 2 additions and 2 deletions

BIN
images/idbloader.img Normal file

Binary file not shown.

BIN
images/trust.img Normal file

Binary file not shown.

BIN
images/u-boot.img Normal file

Binary file not shown.

View File

@ -19,7 +19,7 @@ source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver/rc/-rc}.tar.bz2"
'rk3328trust.ini'
'boot.txt'
'mkscr')
md5sums=('73434338536c7500b4302bd0a02921ed'
md5sums=('b6b2e0787b6874e6b57da0a065a84f5a'
'SKIP'
'48946b910716b90d81f47caafb752fef'
'c926f318d8fa7a5c89108331cbd3f8e2'
@ -33,7 +33,7 @@ build() {
make distclean
make evb-rk3328_defconfig
echo 'CONFIG_IDENT_STRING=" Arch Linux ARM"' >> .config
make -j1 EXTRAVERSION=-${pkgrel}
make -j4 EXTRAVERSION=-${pkgrel}
}
package() {