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>
This commit is contained in:
parent
eb28cb1bb0
commit
a5519b42cf
@ -2,4 +2,4 @@
|
||||
config="$1"
|
||||
make -C seabios clean distclean
|
||||
cp "$config" seabios/.config
|
||||
make -C seabios oldnoconfig
|
||||
make -C seabios olddefconfig
|
||||
|
Loading…
Reference in New Issue
Block a user