]> git.proxmox.com Git - qemu.git/commitdiff
roms: switch oldnoconfig to olddefconfig
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 21 Mar 2013 12:04:21 +0000 (14:04 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 26 Mar 2013 19:02:19 +0000 (21:02 +0200)
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>
roms/configure-seabios.sh

index 98f59a24ba938c170c0d64ae3c2cc728130b1975..4bb6c2b90f30cc37e9e4e60fb3e3d33bf6eed199 100755 (executable)
@@ -2,4 +2,4 @@
 config="$1"
 make -C seabios clean distclean
 cp "$config" seabios/.config
-make -C seabios oldnoconfig
+make -C seabios olddefconfig