Skip to content

Commit

Permalink
roms: switch oldnoconfig to olddefconfig
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mstsirkin committed Mar 26, 2013
1 parent eb28cb1 commit a5519b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roms/configure-seabios.sh
Expand Up @@ -2,4 +2,4 @@
config="$1"
make -C seabios clean distclean
cp "$config" seabios/.config
make -C seabios oldnoconfig
make -C seabios olddefconfig

0 comments on commit a5519b4

Please sign in to comment.