odroid-c2-uboot: set up timer like Hardkernel does

This commit is contained in:
Simon Nicolussi 2018-08-22 17:55:21 +02:00 committed by Enno Boland
parent 5f86935a4c
commit 9784c78786
2 changed files with 5 additions and 1 deletions

View file

@ -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 ${initrd_loadaddr} /boot/initramfs-linux.img
# Meson Timer
fdt addr ${dtb_loadaddr}
fdt rm /timer
#booti ${loadaddr} ${initrd_loadaddr}:${filesize} ${dtb_loadaddr}
booti ${loadaddr} - ${dtb_loadaddr}

View file

@ -1,7 +1,7 @@
# Template file for 'odroid-c2-uboot'
pkgname=odroid-c2-uboot
version=v2015.01
revision=2
revision=3
_githash=f416a769454b89c39d5b217d28bd3c9f5d1594df
wrksrc="u-boot-${_githash}"
only_for_archs="aarch64 aarch64-musl"