mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
alarm/uboot-pandaboard to 2013.10-2
This commit is contained in:
parent
cdb0861621
commit
990c13c2f0
2 changed files with 12 additions and 5 deletions
|
@ -5,7 +5,7 @@ buildarch=4
|
||||||
|
|
||||||
pkgname=uboot-pandaboard
|
pkgname=uboot-pandaboard
|
||||||
pkgver=2013.10
|
pkgver=2013.10
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="U-Boot for Pandaboard and Pandaboard ES"
|
pkgdesc="U-Boot for Pandaboard and Pandaboard ES"
|
||||||
arch=('armv7h')
|
arch=('armv7h')
|
||||||
url="http://git.denx.de/u-boot.git/"
|
url="http://git.denx.de/u-boot.git/"
|
||||||
|
@ -18,7 +18,7 @@ source=("uboot::git://git.denx.de/u-boot.git#tag=v${pkgver}"
|
||||||
md5sums=('SKIP'
|
md5sums=('SKIP'
|
||||||
'683bf12be7b0be3de60cf2f33e85a011'
|
'683bf12be7b0be3de60cf2f33e85a011'
|
||||||
'148982b955b96dfd16284181523df1a1'
|
'148982b955b96dfd16284181523df1a1'
|
||||||
'76589e692f164699f5d8c7202af1f4fc')
|
'e311fff8d388e9a8f2672cb8c5c819ac')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd uboot
|
cd uboot
|
||||||
|
|
|
@ -1,8 +1,15 @@
|
||||||
#SPI: enable for userspace spi access on expansion header
|
# SPI: enable for userspace spi access on expansion header
|
||||||
#buddy=spidev
|
#buddy=spidev
|
||||||
|
|
||||||
#These are now set by default: uncomment/change if you need something else
|
# These are set by default: uncomment/change if you need something else
|
||||||
#defaultdisplay=dvi
|
#defaultdisplay=dvi
|
||||||
#dvimode=1280x720MR-16@60
|
#dvimode=1280x720MR-16@60
|
||||||
|
|
||||||
#mmcroot=/dev/mmcblk0p2 rw rootwait fixrtc
|
#mmcroot=/dev/mmcblk0p2 rw rootwait fixrtc
|
||||||
|
|
||||||
|
# Uncomment the following lines to boot from the first partition of a USB drive
|
||||||
|
#uenvcmd=usb start
|
||||||
|
#mmcroot=/dev/sda1 rw rootwait fixrtc
|
||||||
|
#loadfdt=load usb 0:1 ${fdtaddr} ${fdtdir}/${fdtfile}
|
||||||
|
#loadimage=load usb 0:1 ${loadaddr} ${bootdir}/${bootfile}
|
||||||
|
#loaduimage=load usb 0:1 ${loadaddr} ${bootdir}/uImage
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue