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>
master
Michael S. Tsirkin 2013-03-21 14:04:21 +02:00
parent eb28cb1bb0
commit a5519b42cf
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
config="$1"
make -C seabios clean distclean
cp "$config" seabios/.config
make -C seabios oldnoconfig
make -C seabios olddefconfig