summaryrefslogtreecommitdiff
path: root/roms
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2013-05-28 12:09:41 +0200
committerGerd Hoffmann <kraxel@redhat.com>2013-05-28 12:12:07 +0200
commit19cd090e17b293b49eec59346df94a668f5d2438 (patch)
tree225097021cc459c81479d9f8dad0f2f467cad5d3 /roms
parent6a4e17711442849bf2cc731ccddef5a2a2d92d29 (diff)
downloadqemu-19cd090e17b293b49eec59346df94a668f5d2438.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>
Diffstat (limited to 'roms')
-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