Author: stepan
Date: Tue Feb 15 01:14:32 2011
New Revision: 6361
URL: https://tracker.coreboot.org/trac/coreboot/changeset/6361

Log:
use git.seabios.org for checking out seabios. 
Signed-off-by: Stefan Reinauer <stefan.reina...@coreboot.org>
Acked-by: Stefan Reinauer <stefan.reina...@coreboot.org>

Modified:
   trunk/payloads/external/SeaBIOS/Makefile.inc

Modified: trunk/payloads/external/SeaBIOS/Makefile.inc
==============================================================================
--- trunk/payloads/external/SeaBIOS/Makefile.inc        Mon Feb 14 21:02:47 
2011        (r6360)
+++ trunk/payloads/external/SeaBIOS/Makefile.inc        Tue Feb 15 01:14:32 
2011        (r6361)
@@ -10,7 +10,7 @@
 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

-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to