alarm/uboot-odroid to 2014.07-3

This commit is contained in:
Kevin Mihelich 2014-08-29 21:50:08 +00:00
parent d466cdbfe7
commit 4eda70c825
2 changed files with 3 additions and 3 deletions

View file

@ -5,10 +5,10 @@ buildarch=4
pkgname=uboot-odroid
pkgver=2014.07
pkgrel=2
pkgrel=3
pkgdesc="U-Boot for ODROID-X/X2/U2/U3"
arch=('armv7h')
url="http://git.denx.de/u-boot.git/"
url="https://github.com/hardkernel/u-boot"
license=('GPL')
install=$pkgname.install
makedepends=('bc' 'dtc')

View file

@ -41,7 +41,7 @@ flash_uboot() {
sd_fuse
else
echo "You can do this later by running:"
echo "# /boot/sd_fusing.sh /dev/mmcblk0"
echo "# cd /boot; ./sd_fusing.sh /dev/mmcblk0"
fi
}