Bump Pine64 dev to 4.9

This commit is contained in:
Thomas Kaiser 2016-11-22 19:05:38 +01:00
parent 061550032c
commit 756b1446cd
2 changed files with 288 additions and 79 deletions

View File

@ -9,6 +9,10 @@ setenv rootdev "/dev/mmcblk0p1"
setenv verbosity "1"
setenv rootfstype "ext4"
# temp fix: increase cpufreq and bus clock / speeds things up with vanilla images
mw.l 0x1c2005c 1
mw.l 0x1c20000 0x80001110
if load mmc 0 ${load_addr} /boot/armbianEnv.txt || load mmc 0 ${load_addr} armbianEnv.txt; then
env import -t ${load_addr} ${filesize}
fi

File diff suppressed because it is too large Load Diff