alarm/uboot-odroid-c2 to 2015.01-7

This commit is contained in:
Kevin Mihelich 2016-05-29 15:06:37 +00:00
parent 1ac5efb861
commit c294444785
2 changed files with 3 additions and 3 deletions

View file

@ -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'

View file

@ -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