From 87e7a130bb9678cdd9f381a22083f26e9f813372 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sun, 7 Mar 2021 13:25:04 +0100 Subject: [PATCH] Bugfix: Odroid C2 hanged at boot https://forum.armbian.com/topic/17112-odroid-c2-no-eth0-with-latest-image/ --- config/sources/families/meson-gxbb.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/sources/families/meson-gxbb.conf b/config/sources/families/meson-gxbb.conf index f7fc5025e0..80d67b5ce8 100644 --- a/config/sources/families/meson-gxbb.conf +++ b/config/sources/families/meson-gxbb.conf @@ -3,6 +3,8 @@ if [[ $BOARD == odroidc2 ]]; then UBOOT_TARGET_MAP=";;$SRC/cache/sources/odroidc2-blobs/bl1.bin.hardkernel u-boot.bin" fi +BOOTBRANCH="tag:v2021.04-rc3" + uboot_custom_postprocess() { if [[ $BOARD == odroidc2 ]]; then