X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=blobdiff_plain;f=payloads%2Fexternal%2FSeaBIOS%2FMakefile.inc;h=f702de6b0ce3af5304e8fd0cca1a767c6c058023;hp=575669c675997412ae6d4dcf06c979020262bcde;hb=f58b63d6dc30e9400002fd0e791948a6be4384ef;hpb=e2ca71efd903a76426b754d4b385fac4a7947390 diff --git a/payloads/external/SeaBIOS/Makefile.inc b/payloads/external/SeaBIOS/Makefile.inc index 575669c67..f702de6b0 100644 --- a/payloads/external/SeaBIOS/Makefile.inc +++ b/payloads/external/SeaBIOS/Makefile.inc @@ -10,7 +10,7 @@ all: seabios checkout: echo " GIT SeaBIOS $(TAG-y)" test -d seabios && ( cd seabios; git fetch ) || \ - git clone git://git.linuxtogo.org/home/kevin/seabios.git + git clone git://git.seabios.org/seabios.git cd seabios; git checkout master; git branch -D coreboot 2>/dev/null; git checkout -b coreboot $(TAG-y) config: checkout