mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
alarm/uboot-odroid-c1 to 2011.03-8
This commit is contained in:
parent
bef4d579c7
commit
458a5b4f75
2 changed files with 6 additions and 3 deletions
|
@ -5,7 +5,7 @@ buildarch=4
|
|||
|
||||
pkgname=uboot-odroid-c1
|
||||
pkgver=2011.03
|
||||
pkgrel=7
|
||||
pkgrel=8
|
||||
pkgdesc="U-Boot for ODROID-C1"
|
||||
arch=('armv7h')
|
||||
url="https://github.com/hardkernel/u-boot"
|
||||
|
@ -19,7 +19,7 @@ source=("https://github.com/hardkernel/u-boot/archive/${_commit}.tar.gz"
|
|||
'0001-remove-cross-compiling.patch'
|
||||
'0002-sd_fusing-tweaks.patch')
|
||||
md5sums=('0fc20cde97358ab04b22b946d563e970'
|
||||
'ed5bded4033001cdc2d06135858fca92'
|
||||
'7a064319e3a5460a0a17b6b91613410c'
|
||||
'fb9e00cfdc765b60c61b42060bde6fc2'
|
||||
'beeec86a4903a3ce6d1e7956ad9250c4')
|
||||
|
||||
|
|
|
@ -19,7 +19,10 @@ ODROIDC-UBOOT-CONFIG
|
|||
# setenv m "720p" # 720p 1280x720
|
||||
# setenv m "800p" # 1280x800
|
||||
# setenv m "sxga" # 1280x1024
|
||||
setenv m "1080p" # 1080P 1920x1080
|
||||
# setenv m "1080i50hz" # 1080I@50Hz
|
||||
# setenv m "1080p24hz" # 1080P@24Hz
|
||||
# setenv m "1080p50hz" # 1080P@50Hz
|
||||
setenv m "1080p" # 1080P@60Hz
|
||||
# setenv m "1920x1200" # 1920x1200
|
||||
|
||||
# HDMI DVI Mode Configuration
|
||||
|
|
Loading…
Reference in a new issue