mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-22 06:08:48 +00:00
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:
parent
d2e9fcb900
commit
bff2cb3b6a
3 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue