There are problems with u-boot 2016.03 on some GMAC baeded A20 boards. Switching to 2016.01, where things works fine, for some time.

https://github.com/igorpecovnik/lib/issues/239#issuecomment-202521765
This commit is contained in:
Igor Pecovnik 2016-03-28 20:55:50 +02:00
parent d2e9fcb900
commit bff2cb3b6a
3 changed files with 4 additions and 4 deletions

View file

@ -424,10 +424,10 @@ case $LINUXFAMILY in
UBOOT_DEV_BRANCH="" UBOOT_DEV_BRANCH=""
UBOOT_DEV_SOURCE=$UBOOT_DEFAULT_SOURCE UBOOT_DEV_SOURCE=$UBOOT_DEFAULT_SOURCE
# latest stable v2016.03 broken gmac on sun7i, fixing it for DEFAULT and NEXT # latest stable v2016.03 broken gmac on sun7i, fixing it for DEFAULT and NEXT
#if [[ $LINUXFAMILY != sun8i ]]; then if [[ $LINUXFAMILY != sun8i ]]; then
# UBOOT_DEFAULT_BRANCH="v2016.01" UBOOT_DEFAULT_BRANCH="v2016.01"
# UBOOT_NEXT_BRANCH="v2016.01" UBOOT_NEXT_BRANCH="v2016.01"
#fi fi
;; ;;
odroidxu4) odroidxu4)