aboutsummaryrefslogtreecommitdiff
path: root/payloads/external/SeaBIOS/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'payloads/external/SeaBIOS/Makefile.inc')
-rw-r--r--payloads/external/SeaBIOS/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/external/SeaBIOS/Makefile.inc b/payloads/external/SeaBIOS/Makefile.inc
index 70bbc780a5..e0f03b19c3 100644
--- a/payloads/external/SeaBIOS/Makefile.inc
+++ b/payloads/external/SeaBIOS/Makefile.inc
@@ -9,7 +9,7 @@ all: build
$(OUT)/seabios:
echo " Cloning SeaBIOS from Git"
- git clone git://git.seabios.org/seabios.git $(OUT)/seabios
+ git clone http://review.coreboot.org/p/seabios.git $(OUT)/seabios
fetch: $(OUT)/seabios
cd $(OUT)/seabios; git show $(TAG-y) >/dev/null 2>&1 ; if [ $$? -ne 0 ]; \