Uboot for XU4 requriements

This commit is contained in:
Igor Pecovnik 2016-05-19 13:05:00 +02:00
parent 934087184b
commit 81c36d87df

View File

@ -3,6 +3,8 @@ BOOTLOADER='https://github.com/hardkernel/u-boot.git'
BOOTBRANCH='odroidxu3-v2012.07'
BOOTSOURCE='u-boot-odroidxu'
UBOOT_NEEDS_GCC='< 4.9'
case $BRANCH in
default)
LINUXKERNEL='https://github.com/hardkernel/linux'