aboutsummaryrefslogtreecommitdiff
path: root/payloads
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2011-02-15 00:14:32 +0000
committerStefan Reinauer <stepan@openbios.org>2011-02-15 00:14:32 +0000
commitf58b63d6dc30e9400002fd0e791948a6be4384ef (patch)
treeec3813a34c6ee0cea3921cff5dc3c5f1ffb9444c /payloads
parente2ca71efd903a76426b754d4b385fac4a7947390 (diff)
use git.seabios.org for checking out seabios.
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6361 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'payloads')
-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 575669c675..f702de6b0c 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