mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
alarm/uboot-sunxi: fix fex
This commit is contained in:
parent
743cb7a46c
commit
8de5c232ed
2 changed files with 7 additions and 7 deletions
|
@ -17,7 +17,7 @@ source=("https://github.com/linux-sunxi/u-boot-sunxi/archive/${_commit}.tar.gz"
|
|||
'cubieboard2.fex' 'cubieboard2.env')
|
||||
md5sums=('7612f5c721a2804a36b41ba33925be02'
|
||||
'8b95ce286b84f52928bc0b4b07edd00a'
|
||||
'868c5a53041184654754a3f8751b8e9a'
|
||||
'7423919c2ead208c5a04756edb6b948c'
|
||||
'3bd9b63f722905f18f750c1eec98ce1e')
|
||||
|
||||
prepare() {
|
||||
|
|
|
@ -13,7 +13,7 @@ ldo2_vol = 3000
|
|||
ldo3_vol = 2800
|
||||
ldo4_vol = 2800
|
||||
power_start = 0
|
||||
storage_type = -1
|
||||
storage_type = 1
|
||||
|
||||
[clock]
|
||||
pll3 = 297
|
||||
|
@ -77,14 +77,14 @@ standby_mode = 1
|
|||
dram_baseaddr = 0x40000000
|
||||
dram_clk = 432
|
||||
dram_type = 3
|
||||
dram_rank_num = -1
|
||||
dram_chip_density = -1
|
||||
dram_io_width = -1
|
||||
dram_bus_width = -1
|
||||
dram_rank_num = 1
|
||||
dram_chip_density = 1
|
||||
dram_io_width = 1
|
||||
dram_bus_width = 1
|
||||
dram_cas = 9
|
||||
dram_zq = 0x7f
|
||||
dram_odt_en = 0
|
||||
dram_size = -1
|
||||
dram_size = 1
|
||||
dram_tpr0 = 0x42d899b7
|
||||
dram_tpr1 = 0xa090
|
||||
dram_tpr2 = 0x22a00
|
||||
|
|
Loading…
Reference in a new issue