Added u-boot compiler requirement for C2

This commit is contained in:
zador-blood-stained 2016-05-13 11:45:11 +03:00
parent 96142f15de
commit feaf8901f7

View File

@ -2,6 +2,8 @@ BOOTLOADER='https://github.com/hardkernel/u-boot.git'
BOOTBRANCH='odroidc2-v2015.01'
BOOTSOURCE='u-boot-odroidc2'
UBOOT_NEEDS_GCC='< 5.0'
LINUXKERNEL='https://github.com/hardkernel/linux'
KERNELBRANCH='odroidc2-3.14.y'
LINUXSOURCE='linux-odroidc2'