odroid-c2-uboot: set up timer like Hardkernel does
This commit is contained in:
parent
5f86935a4c
commit
9784c78786
2 changed files with 5 additions and 1 deletions
|
@ -81,5 +81,9 @@ load mmc 0:1 ${loadaddr} /boot/Image
|
||||||
load mmc 0:1 ${dtb_loadaddr} /boot/dtbs/meson64_odroidc2.dtb
|
load mmc 0:1 ${dtb_loadaddr} /boot/dtbs/meson64_odroidc2.dtb
|
||||||
#load mmc 0:1 ${initrd_loadaddr} /boot/initramfs-linux.img
|
#load mmc 0:1 ${initrd_loadaddr} /boot/initramfs-linux.img
|
||||||
|
|
||||||
|
# Meson Timer
|
||||||
|
fdt addr ${dtb_loadaddr}
|
||||||
|
fdt rm /timer
|
||||||
|
|
||||||
#booti ${loadaddr} ${initrd_loadaddr}:${filesize} ${dtb_loadaddr}
|
#booti ${loadaddr} ${initrd_loadaddr}:${filesize} ${dtb_loadaddr}
|
||||||
booti ${loadaddr} - ${dtb_loadaddr}
|
booti ${loadaddr} - ${dtb_loadaddr}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'odroid-c2-uboot'
|
# Template file for 'odroid-c2-uboot'
|
||||||
pkgname=odroid-c2-uboot
|
pkgname=odroid-c2-uboot
|
||||||
version=v2015.01
|
version=v2015.01
|
||||||
revision=2
|
revision=3
|
||||||
_githash=f416a769454b89c39d5b217d28bd3c9f5d1594df
|
_githash=f416a769454b89c39d5b217d28bd3c9f5d1594df
|
||||||
wrksrc="u-boot-${_githash}"
|
wrksrc="u-boot-${_githash}"
|
||||||
only_for_archs="aarch64 aarch64-musl"
|
only_for_archs="aarch64 aarch64-musl"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue