mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/uboot-odroid-c2 to 2015.01-3
This commit is contained in:
parent
a53f2556d2
commit
3fd551242d
2 changed files with 5 additions and 6 deletions
|
@ -8,7 +8,7 @@ noautobuild=1
|
||||||
|
|
||||||
pkgname=uboot-odroid-c2
|
pkgname=uboot-odroid-c2
|
||||||
pkgver=2015.01
|
pkgver=2015.01
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="U-Boot for ODROID-C2"
|
pkgdesc="U-Boot for ODROID-C2"
|
||||||
arch=('aarch64')
|
arch=('aarch64')
|
||||||
url="https://github.com/hardkernel/u-boot"
|
url="https://github.com/hardkernel/u-boot"
|
||||||
|
@ -16,15 +16,15 @@ license=('GPL')
|
||||||
install=$pkgname.install
|
install=$pkgname.install
|
||||||
makedepends=('git' 'bc')
|
makedepends=('git' 'bc')
|
||||||
backup=('boot/boot.ini')
|
backup=('boot/boot.ini')
|
||||||
_commit=beda6948c78a85c9705a877f9d012fec10032ef2
|
_commit=502b13b67466752eff61bdbc3adc4e5b1a1228d0
|
||||||
source=("https://github.com/hardkernel/u-boot/archive/${_commit}.tar.gz"
|
source=("https://github.com/hardkernel/u-boot/archive/${_commit}.tar.gz"
|
||||||
'boot.ini'
|
'boot.ini'
|
||||||
'0001-remove-cross-compiling.patch'
|
'0001-remove-cross-compiling.patch'
|
||||||
'0002-sd_fusing-tweaks.patch'
|
'0002-sd_fusing-tweaks.patch'
|
||||||
'0003-Add-linux-compiler-gcc5.h-to-fix-builds-with-gcc5.patch'
|
'0003-Add-linux-compiler-gcc5.h-to-fix-builds-with-gcc5.patch'
|
||||||
'0004-arch-linux-arm-modifications.patch')
|
'0004-arch-linux-arm-modifications.patch')
|
||||||
md5sums=('7a625a809336ae0b917addfe30c7ba34'
|
md5sums=('606d14d58de5d8fa7f00cf7fc4ec9747'
|
||||||
'04b71c2e7ec5734f9646cfed8d26f7ae'
|
'4a7c30962e9d180d1551fed9b1261740'
|
||||||
'063ed1211b9ff1f045f2480b02dcc7f0'
|
'063ed1211b9ff1f045f2480b02dcc7f0'
|
||||||
'568e66da8b3e339fe653b05c375de4db'
|
'568e66da8b3e339fe653b05c375de4db'
|
||||||
'fddd7cc81ad9e8dc76441376ff8c56f8'
|
'fddd7cc81ad9e8dc76441376ff8c56f8'
|
||||||
|
|
|
@ -46,7 +46,6 @@ setenv m "1080p60hz" # Progressive 60Hz
|
||||||
# setenv m "1280x800p60hz"
|
# setenv m "1280x800p60hz"
|
||||||
# setenv m "1280x1024p60hz"
|
# setenv m "1280x1024p60hz"
|
||||||
# setenv m "1360x768p60hz"
|
# setenv m "1360x768p60hz"
|
||||||
# setenv m "1366x768p60hz"
|
|
||||||
# setenv m "1440x900p60hz"
|
# setenv m "1440x900p60hz"
|
||||||
# setenv m "1600x900p60hz"
|
# setenv m "1600x900p60hz"
|
||||||
# setenv m "1680x1050p60hz"
|
# setenv m "1680x1050p60hz"
|
||||||
|
@ -70,7 +69,7 @@ setenv condev "console=ttyS0,115200n8 console=tty0" # on both
|
||||||
###########################################
|
###########################################
|
||||||
|
|
||||||
# Boot Arguments
|
# 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
|
# Booting
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue