Commit a5519b42 authored by Michael S. Tsirkin's avatar Michael S. Tsirkin
Browse files

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: default avatarMichael S. Tsirkin <mst@redhat.com>
parent eb28cb1b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
config="$1"
make -C seabios clean distclean
cp "$config" seabios/.config
make -C seabios oldnoconfig
make -C seabios olddefconfig