From 1becafebcdfa4d5daf276bb6446563ab872a41cb Mon Sep 17 00:00:00 2001 From: SwtcR Date: Tue, 24 Apr 2018 02:01:46 +0900 Subject: [PATCH] Point ATF repo to the public repo on GitHub --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 855bfc931a..7bb4fe4dad 100644 --- a/.gitmodules +++ b/.gitmodules @@ -11,7 +11,7 @@ url = https://review.coreboot.org/vboot.git [submodule "arm-trusted-firmware"] path = 3rdparty/arm-trusted-firmware - url = git@gitlab.com:dhewg/arm-trusted-firmware.git + url = https://github.com/fail0verflow/switch-arm-trusted-firmware.git [submodule "3rdparty/chromeec"] path = 3rdparty/chromeec url = https://review.coreboot.org/chrome-ec.git