mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/uboot-beaglebone to 2014.07-2
This commit is contained in:
parent
c4c919dfa8
commit
e1cf1ed0b1
2 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@ buildarch=4
|
|||
|
||||
pkgname=uboot-beaglebone
|
||||
pkgver=2014.07
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="U-Boot for Beaglebone and Beaglebone Black"
|
||||
arch=('armv7h')
|
||||
url="http://git.denx.de/u-boot.git/"
|
||||
|
@ -15,7 +15,7 @@ source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2"
|
|||
'alarm.patch'
|
||||
'uEnv.txt')
|
||||
md5sums=('36d4bad687edcafa396fee607e505d4e'
|
||||
'0d63da3d66218452d3e3d7c69d078ad8'
|
||||
'c0137fc5549efcc1ec3b32c421bea286'
|
||||
'ccb79775b81654e16fca18825c7f2506')
|
||||
|
||||
prepare() {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
diff -urN a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
|
||||
--- a/include/configs/am335x_evm.h 2014-07-14 11:16:45.000000000 -0600
|
||||
+++ b/include/configs/am335x_evm.h 2014-08-10 12:31:08.383560239 -0600
|
||||
+++ b/include/configs/am335x_evm.h 2014-08-10 18:40:55.817027322 -0600
|
||||
@@ -17,6 +17,7 @@
|
||||
#define __CONFIG_AM335X_EVM_H
|
||||
|
||||
|
@ -97,7 +97,7 @@ diff -urN a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
|
|||
+ "if run loadfdt; then " \
|
||||
+ "run mmcargs;" \
|
||||
+ "if run loadramdisk; then " \
|
||||
+ "bootz ${loadaddr} ${rdaddr} ${fdtaddr};" \
|
||||
+ "bootz ${loadaddr} ${rdaddr}:${filesize} ${fdtaddr};" \
|
||||
+ "else " \
|
||||
+ "bootz ${loadaddr} - ${fdtaddr};" \
|
||||
+ "fi;" \
|
||||
|
|
Loading…
Reference in a new issue