mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
alarm/uboot-odroid-c1 to 2011.03-5
This commit is contained in:
parent
bbf6ec9b59
commit
26dd757a4f
2 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
From dce379fc81564dea21306935463fc42419a3e089 Mon Sep 17 00:00:00 2001
|
||||
From 058a12620603ec49004cd4e054aa7e8a665a954e Mon Sep 17 00:00:00 2001
|
||||
From: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
Date: Sat, 10 Jan 2015 11:51:52 -0700
|
||||
Subject: [PATCH 3/3] environment fixes
|
||||
|
@ -8,7 +8,7 @@ Subject: [PATCH 3/3] environment fixes
|
|||
1 file changed, 16 insertions(+), 18 deletions(-)
|
||||
|
||||
diff --git a/include/configs/hardkernel/odroidc.h b/include/configs/hardkernel/odroidc.h
|
||||
index 2099f3b..2bc8b2c 100644
|
||||
index 2099f3b..c31790b 100644
|
||||
--- a/include/configs/hardkernel/odroidc.h
|
||||
+++ b/include/configs/hardkernel/odroidc.h
|
||||
@@ -119,21 +119,12 @@
|
||||
|
@ -34,7 +34,7 @@ index 2099f3b..2bc8b2c 100644
|
|||
+ "mmcargs=setenv bootargs console=ttyS0,115200n8 no_console_suspend " \
|
||||
+ "root=/dev/mmcblk0p1 rw rootwait " \
|
||||
+ "vdaccfg=0xa000 logo=osd1,loaded,0x7900000,720p,full dmfc=3 cvbsmode=576cvbs " \
|
||||
+ "hdmimode=${m} m_bpp=${m_bpp} vout=${vout_mode} ${disableuhs} hdmitx=cec1 " \
|
||||
+ "hdmimode=${m} m_bpp=${m_bpp} vout=${vout_mode} ${disableuhs} " \
|
||||
+ "${optargs}\0" \
|
||||
"bootm_low=0x00000000\0" \
|
||||
"bootm_size=0x80000000\0" \
|
||||
|
|
|
@ -5,7 +5,7 @@ buildarch=4
|
|||
|
||||
pkgname=uboot-odroid-c1
|
||||
pkgver=2011.03
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="U-Boot for ODROID-C1"
|
||||
arch=('armv7h')
|
||||
url="https://github.com/hardkernel/u-boot"
|
||||
|
@ -23,7 +23,7 @@ md5sums=('0fc20cde97358ab04b22b946d563e970'
|
|||
'a9e2adb320a058236b1317c7f873c07c'
|
||||
'112dd04a3e5e383ad8bdcdfe81423a05'
|
||||
'd395e29e94e23151cb921ceb16ec3b88'
|
||||
'1057399b0a9b309c51c94b7cb84bd743')
|
||||
'1b3dded4a457d7d7e1c03035d1f24d51')
|
||||
|
||||
prepare() {
|
||||
cd u-boot-${_commit}
|
||||
|
|
Loading…
Reference in a new issue