From 9784c787862adef0c7d1a9a0a82c3406dc8ca7ab Mon Sep 17 00:00:00 2001 From: Simon Nicolussi Date: Wed, 22 Aug 2018 17:55:21 +0200 Subject: [PATCH] odroid-c2-uboot: set up timer like Hardkernel does --- srcpkgs/odroid-c2-uboot/files/boot.ini | 4 ++++ srcpkgs/odroid-c2-uboot/template | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/odroid-c2-uboot/files/boot.ini b/srcpkgs/odroid-c2-uboot/files/boot.ini index 1258e23a7fc..c25952f6da3 100644 --- a/srcpkgs/odroid-c2-uboot/files/boot.ini +++ b/srcpkgs/odroid-c2-uboot/files/boot.ini @@ -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} diff --git a/srcpkgs/odroid-c2-uboot/template b/srcpkgs/odroid-c2-uboot/template index 6fa75c91284..2421a6cd91d 100644 --- a/srcpkgs/odroid-c2-uboot/template +++ b/srcpkgs/odroid-c2-uboot/template @@ -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"