mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
alarm/uboot-odroid-c1: boot.ini fix defaults
This commit is contained in:
parent
10bc53bf02
commit
32383519d9
2 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
'27606b2133d8a2084ae36c5414df3447'
|
||||
'ed5bded4033001cdc2d06135858fca92'
|
||||
'fb9e00cfdc765b60c61b42060bde6fc2'
|
||||
'beeec86a4903a3ce6d1e7956ad9250c4')
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ setenv m_bpp "32"
|
|||
# UHS Card Configuration
|
||||
# Uncomment the line below to __DISABLE__ UHS-1 MicroSD support
|
||||
# This might break boot for some brand models of cards.
|
||||
# setenv disableuhs "disableuhs"
|
||||
setenv disableuhs "disableuhs"
|
||||
|
||||
# Disable VPU (Video decoding engine, Saves RAM!!!)
|
||||
# 0 = disabled
|
||||
|
|
Loading…
Reference in a new issue