summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2013-05-28 12:09:41 +0200
committerMichael Roth <mdroth@linux.vnet.ibm.com>2013-06-11 17:12:18 -0500
commit7b9cdc5bba55c411a8c9ee49a783f4a35638a1e5 (patch)
treebe93c1a041859a831b9f8cb9b5c8ae84578573b1
parent0565700d7859bca6cb0e74c3c98f5fd1201559b5 (diff)
downloadqemu-7b9cdc5bba55c411a8c9ee49a783f4a35638a1e5.tar.gz
Revert "roms: switch oldnoconfig to olddefconfig"
This reverts commit a5519b42cfd6c00e9f8b31c5aad7682e7a9f1181. Breaks "make bios" in roms/ as the kconfig version in seabios doesn't support olddefconfig. Must have been be totally untested. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> (cherry picked from commit 19cd090e17b293b49eec59346df94a668f5d2438) Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
-rwxr-xr-xroms/configure-seabios.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/roms/configure-seabios.sh b/roms/configure-seabios.sh
index 4bb6c2b90f..98f59a24ba 100755
--- a/roms/configure-seabios.sh
+++ b/roms/configure-seabios.sh
@@ -2,4 +2,4 @@
config="$1"
make -C seabios clean distclean
cp "$config" seabios/.config
-make -C seabios olddefconfig
+make -C seabios oldnoconfig