@@ -10,10 +10,8 @@ pkgdesc="U-Boot for PinePhone"
1010arch=(' aarch64' )
1111url=' http://www.denx.de/wiki/U-Boot/WebHome'
1212license=(' GPL' )
13- depends=(' uboot-tools' ) # we need this for mkscr
1413makedepends=(' bc' ' python' ' swig' ' dtc' ' python-setuptools' )
1514install=${pkgname} .install
16- backup=(" boot/boot.txt" )
1715
1816_commit_atf=" d005bfcdff423fc84f03c657e0dcdb4b45621b22"
1917
@@ -23,8 +21,6 @@ source=("https://ftp.denx.de/pub/u-boot/u-boot-${pkgver/rc/-rc}.tar.bz2"
2321 ' 0001-expose-DRAM-clock-speed.patch'
2422 ' Improve-Allwinner-A64-timer-workaround.patch'
2523 ' Add-volume_key-environment-variable.patch'
26- ' boot.txt'
27- ' mkscr'
2824 ' update-u-boot'
2925 ' scp.bin' )
3026md5sums=(' 49ba74a214d14c6340c8067bc1ed5fa0'
@@ -33,8 +29,6 @@ md5sums=('49ba74a214d14c6340c8067bc1ed5fa0'
3329 ' 061a510280d16bddf16679cf0d23bf6e'
3430 ' 98ad5f31b1d7ff2e6e03555f29ebc6e6'
3531 ' fb9def68f0b44c69f88f7923e21379cc'
36- ' 06c27a80909035513aac45036e8d954b'
37- ' 021623a04afd29ac3f368977140cfbfd'
3832 ' 5f85361d1d5ce47ff11ec4009cc2e18a'
3933 ' 90616d501a12d6f7a12c4349f789c343' )
4034
@@ -132,6 +126,5 @@ package() {
132126 cp u-boot-sunxi-with-spl-pinetab{-624,-552,-528,-492}.bin " ${pkgdir} " /boot
133127 cp u-boot-sunxi-with-spl-pinephone{-624,-552,-528,-492}.bin " ${pkgdir} " /boot
134128
135- cp ../boot.txt ../mkscr " ${pkgdir} " /boot
136129 mkdir -p " ${pkgdir} " /usr/bin && cp ../update-u-boot " ${pkgdir} " /usr/bin
137130}
0 commit comments