mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/uboot-tools corrections
This commit is contained in:
parent
23239f1104
commit
7f4846927d
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
pkgname=uboot-tools
|
||||
pkgver=2014.04
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="U-Boot Tools"
|
||||
arch=('arm' 'armv6h' 'armv7h')
|
||||
license=('GPL' 'LGPL')
|
||||
|
@ -14,7 +14,7 @@ backup=(etc/fw_env.config)
|
|||
source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2
|
||||
fw_env.config)
|
||||
md5sums=('6d2116d1385a66e9a59742caa9d62a54'
|
||||
'9de56997994baf20b30067292b94b99b')
|
||||
'ab6b6dee498a7517d72cda8315e9d197')
|
||||
|
||||
build() {
|
||||
cd u-boot-${pkgver}
|
||||
|
|
|
@ -14,4 +14,4 @@
|
|||
# /dev/mtd0 0xc0000 0x10000 0x10000
|
||||
|
||||
# CuBox-i/Hummingboard
|
||||
# /dev/mmcblk0 0xc0000 0x20000 0x20000
|
||||
# /dev/mmcblk0 0x60000 0x2000 0x2000
|
||||
|
|
Loading…
Reference in a new issue