From c29444478598030a0d8dbb5883e9f8308b2f1bfe Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 29 May 2016 15:06:37 +0000 Subject: [PATCH] alarm/uboot-odroid-c2 to 2015.01-7 --- alarm/uboot-odroid-c2/PKGBUILD | 4 ++-- alarm/uboot-odroid-c2/boot.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/alarm/uboot-odroid-c2/PKGBUILD b/alarm/uboot-odroid-c2/PKGBUILD index fee4f5d8f..ca478c479 100644 --- a/alarm/uboot-odroid-c2/PKGBUILD +++ b/alarm/uboot-odroid-c2/PKGBUILD @@ -8,7 +8,7 @@ noautobuild=1 pkgname=uboot-odroid-c2 pkgver=2015.01 -pkgrel=6 +pkgrel=7 pkgdesc="U-Boot for ODROID-C2" arch=('aarch64') url="https://github.com/hardkernel/u-boot" @@ -24,7 +24,7 @@ source=("https://github.com/hardkernel/u-boot/archive/${_commit}.tar.gz" '0003-Add-linux-compiler-gcc5.h-to-fix-builds-with-gcc5.patch' '0004-arch-linux-arm-modifications.patch') md5sums=('71044d38d2a1525928962caa2b33630f' - '669b8a1d25777664eb6f6c974325854e' + 'bfdb80dab4b4a47eb810fa6270483401' '063ed1211b9ff1f045f2480b02dcc7f0' '568e66da8b3e339fe653b05c375de4db' 'fddd7cc81ad9e8dc76441376ff8c56f8' diff --git a/alarm/uboot-odroid-c2/boot.ini b/alarm/uboot-odroid-c2/boot.ini index 9c0109b90..d98c3edff 100644 --- a/alarm/uboot-odroid-c2/boot.ini +++ b/alarm/uboot-odroid-c2/boot.ini @@ -104,7 +104,7 @@ load mmc 0:1 ${dtb_loadaddr} /boot/dtbs/meson64_odroidc2.dtb fdt addr ${dtb_loadaddr} if test "${mesontimer}" = "0"; then fdt rm /meson_timer; fdt rm /cpus/cpu@0/timer; fdt rm /cpus/cpu@1/timer; fdt rm /cpus/cpu@2/timer; fdt rm /cpus/cpu@3/timer; fi if test "${mesontimer}" = "1"; then fdt rm /timer; fi -if test "${nographics}" = "1"; then fdt rm /reserved-memory; fdt rm /aocec; fdt rm /mali@d00c0000; fi +if test "${nographics}" = "1"; then fdt rm /reserved-memory; fdt rm /aocec; fi load mmc 0:1 ${initrd_loadaddr} /boot/initramfs-linux.img