mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/uboot-dragonboard410c to 2018.01-1
This commit is contained in:
parent
c1cc25a159
commit
b43ced67f7
2 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
buildarch=8
|
||||
|
||||
pkgname=uboot-dragonboard410c
|
||||
pkgver=2017.11
|
||||
pkgver=2018.01
|
||||
firmver=r1032.1.1
|
||||
pkgrel=1
|
||||
pkgdesc="U-Boot for Dragonboard 410c"
|
||||
|
@ -13,7 +13,7 @@ url='http://www.denx.de/wiki/U-Boot/WebHome'
|
|||
license=('GPL' 'custom')
|
||||
install=$pkgname.install
|
||||
backup=('boot/boot.txt' 'boot/boot.scr')
|
||||
makedepends=('bc' 'dtc' 'git' 'skales')
|
||||
makedepends=('bc' 'git' 'skales' 'dtc145')
|
||||
replaces=('uboot-dragonboard')
|
||||
options=('!strip')
|
||||
source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver/rc/-rc}.tar.bz2"
|
||||
|
@ -26,14 +26,14 @@ source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver/rc/-rc}.tar.bz2"
|
|||
'boot.txt'
|
||||
'mkscr'
|
||||
'flashall')
|
||||
md5sums=('7848f6fd197e2c6ef2eb483dd5bd2858'
|
||||
md5sums=('b42e45813369f4ae84490a481e531768'
|
||||
'9dd72a683385079e3012cf1a8a1912df'
|
||||
'SKIP'
|
||||
'5ffd612a1496e7a497480ff3d3b40776'
|
||||
'9a0a5a3defcc4833cbd00fe24526939e'
|
||||
'f9ae23c4939dd249a75747e54714ee81'
|
||||
'0a757c79e81798fbef08cb05908d3572'
|
||||
'2bea1d7a70a5f3043b549d860499866c'
|
||||
'62f2de6878125f6f3190dc2b23e400ec'
|
||||
'021623a04afd29ac3f368977140cfbfd'
|
||||
'8705acaec674dd15117ec329088a7819')
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ if load ${devtype} ${devnum}:${distro_bootpart} ${loadaddr} /boot/Image; then
|
|||
fdt addr ${fdt_addr_r};
|
||||
fdt resize;
|
||||
fdt set /soc/wcnss@a21b000/smd-edge/wcnss/wifi local-mac-address ${mac_wifi};
|
||||
fdt set /soc/wcnss@a21b000/smd-edge/wcnss/bt local-mac-address ${mac_bt};
|
||||
fdt set /soc/wcnss@a21b000/smd-edge/wcnss/bt local-bd-address ${mac_bt};
|
||||
if load ${devtype} ${devnum}:${distro_bootpart} ${ramdisk_addr_r} /boot/initramfs-linux.img; then
|
||||
booti ${loadaddr} ${ramdisk_addr_r}:${filesize} ${fdt_addr_r};
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue