mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/uboot-odroid-c1 to 2011.03-2
This commit is contained in:
parent
df8ea3d47f
commit
770cb93eb6
2 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@ buildarch=4
|
|||
|
||||
pkgname=uboot-odroid-c1
|
||||
pkgver=2011.03
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
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"
|
|||
'0002-remove-cross-compiling.patch'
|
||||
'0003-sd_fusing-tweaks.patch')
|
||||
md5sums=('b8b66d02d1fab2a4745a7b769bff4b0c'
|
||||
'4b96ce4971e9724fbf5197f29742ca17'
|
||||
'5f0868d53453af2f95f36d5094fa406f'
|
||||
'c8d1d5911a15ed995cf7fd57ef86b8fe'
|
||||
'127c91d5af47a6dd78fdaf19a77a5263'
|
||||
'645b00a999368d95c36d6cb5ef2f1076')
|
||||
|
|
|
@ -17,8 +17,8 @@ setenv m "720p" # 720p 1280x720
|
|||
# setenv m "1920x1200" # 1920x1200
|
||||
|
||||
# HDMI BPP Mode
|
||||
# setenv m_bpp "32"
|
||||
setenv m_bpp "16"
|
||||
setenv m_bpp "32"
|
||||
# setenv m_bpp "16"
|
||||
|
||||
setenv bootargs "console=ttyS0,115200n8 root=/dev/mmcblk0p1 rootwait rw no_console_suspend vdaccfg=0xa000 logo=osd1,loaded,0x7900000,720p,full dmfc=3 cvbsmode=576cvbs hdmimode=${m} m_bpp=${m_bpp} mac=${ethaddr}"
|
||||
setenv bootcmd "ext4load mmc 0:1 0x21000000 /boot/uImage; ext4load mmc 0:1 0x21800000 /boot/dtbs/meson8b_odroidc.dtb; bootm 0x21000000 - 0x21800000"
|
||||
|
|
Loading…
Reference in a new issue