[coreboot] [commit] r6361 - trunk/payloads/external/SeaBIOS

repository service svn at coreboot.org
Tue Feb 15 01:14:33 CET 2011


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.reinauer at coreboot.org>
Acked-by: Stefan Reinauer <stefan.reinauer at 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




More information about the coreboot mailing list