aboutsummaryrefslogtreecommitdiff
path: root/roms
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2013-03-21 14:04:21 +0200
committerMichael S. Tsirkin <mst@redhat.com>2013-03-26 21:02:19 +0200
commita5519b42cfd6c00e9f8b31c5aad7682e7a9f1181 (patch)
treef66fafb8e8d925e9ef77a17098cddb9620cb4456 /roms
parenteb28cb1bb0cb156aef7e613395af403bba0e7f30 (diff)
roms: switch oldnoconfig to olddefconfig
When a new option is added that qemu does not know about, the prudent thing is to use the default not force it to "no". Signed-off-by: Michael S. Tsirkin <mst@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 98f59a24ba..4bb6c2b90f 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 oldnoconfig
+make -C seabios olddefconfig