alarm/uboot-odroid-c2 to 2015.01-3

This commit is contained in:
Kevin Mihelich 2016-04-01 02:02:49 +00:00
parent a53f2556d2
commit 3fd551242d
2 changed files with 5 additions and 6 deletions

View file

@ -8,7 +8,7 @@ noautobuild=1
pkgname=uboot-odroid-c2
pkgver=2015.01
pkgrel=2
pkgrel=3
pkgdesc="U-Boot for ODROID-C2"
arch=('aarch64')
url="https://github.com/hardkernel/u-boot"
@ -16,15 +16,15 @@ license=('GPL')
install=$pkgname.install
makedepends=('git' 'bc')
backup=('boot/boot.ini')
_commit=beda6948c78a85c9705a877f9d012fec10032ef2
_commit=502b13b67466752eff61bdbc3adc4e5b1a1228d0
source=("https://github.com/hardkernel/u-boot/archive/${_commit}.tar.gz"
'boot.ini'
'0001-remove-cross-compiling.patch'
'0002-sd_fusing-tweaks.patch'
'0003-Add-linux-compiler-gcc5.h-to-fix-builds-with-gcc5.patch'
'0004-arch-linux-arm-modifications.patch')
md5sums=('7a625a809336ae0b917addfe30c7ba34'
'04b71c2e7ec5734f9646cfed8d26f7ae'
md5sums=('606d14d58de5d8fa7f00cf7fc4ec9747'
'4a7c30962e9d180d1551fed9b1261740'
'063ed1211b9ff1f045f2480b02dcc7f0'
'568e66da8b3e339fe653b05c375de4db'
'fddd7cc81ad9e8dc76441376ff8c56f8'

View file

@ -46,7 +46,6 @@ setenv m "1080p60hz" # Progressive 60Hz
# setenv m "1280x800p60hz"
# setenv m "1280x1024p60hz"
# setenv m "1360x768p60hz"
# setenv m "1366x768p60hz"
# setenv m "1440x900p60hz"
# setenv m "1600x900p60hz"
# setenv m "1680x1050p60hz"
@ -70,7 +69,7 @@ setenv condev "console=ttyS0,115200n8 console=tty0" # on both
###########################################
# Boot Arguments
setenv bootargs "root=/dev/mmcblk0p1 rootwait rw ${condev} no_console_suspend hdmimode=${m} m_bpp=${m_bpp} vout=${vout} fsck.fix=yes"
setenv bootargs "root=/dev/mmcblk0p1 rootwait rw ${condev} no_console_suspend hdmimode=${m} m_bpp=${m_bpp} vout=${vout} fsck.repair=yes"
# Booting