Added u-boot compiler requirement for Clearfog

This commit is contained in:
Igor Pecovnik 2016-05-18 18:04:15 +02:00
parent dff98cae2e
commit 496d23db4a

View File

@ -1,8 +1,9 @@
BOOTLOADER='https://github.com/SolidRun/u-boot-armada38x'
BOOTBRANCH='u-boot-2013.01-15t1-clearfog'
BOOTSOURCE='u-boot-armada'
UBOOT_NEEDS_GCC='< 5.0'
case $BRANCH in
default)
LINUXKERNEL='https://github.com/SolidRun/linux-armada38x'