From 316941f2e595becb0352d996c708e59ad4192ac8 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sat, 5 Dec 2020 21:07:11 +0100 Subject: [PATCH] Revert "Use current branches from Marvell Repo (#2382)" This reverts commit 1dd5c1d1d640f896a042ac02a8511c79b7029390. --- lib/main.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/main.sh b/lib/main.sh index a78a67d4d4..6fd7482f81 100644 --- a/lib/main.sh +++ b/lib/main.sh @@ -416,8 +416,8 @@ if [[ -n $ATFSOURCE ]]; then fi fetch_from_repo "https://github.com/linux-sunxi/sunxi-tools" "sunxi-tools" "branch:master" fetch_from_repo "https://github.com/armbian/rkbin" "rkbin-tools" "branch:master" -fetch_from_repo "https://github.com/MarvellEmbeddedProcessors/A3700-utils-marvell" "marvell-tools" "branch:A3700_utils-armada-18.12-fixed" -fetch_from_repo "https://github.com/MarvellEmbeddedProcessors/mv-ddr-marvell.git" "marvell-ddr" "branch:mv-ddr-devel" +fetch_from_repo "https://github.com/MarvellEmbeddedProcessors/A3700-utils-marvell" "marvell-tools" "branch:A3700_utils-armada-18.12" +fetch_from_repo "https://github.com/MarvellEmbeddedProcessors/mv-ddr-marvell.git" "marvell-ddr" "branch:mv_ddr-armada-18.12" fetch_from_repo "https://github.com/MarvellEmbeddedProcessors/binaries-marvell" "marvell-binaries" "branch:binaries-marvell-armada-18.12" fetch_from_repo "https://github.com/armbian/odroidc2-blobs" "odroidc2-blobs" "branch:master" fetch_from_repo "https://github.com/armbian/testings" "testing-reports" "branch:master"