diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2013-03-21 14:04:21 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2013-03-26 21:02:19 +0200 |
commit | a5519b42cfd6c00e9f8b31c5aad7682e7a9f1181 (patch) | |
tree | f66fafb8e8d925e9ef77a17098cddb9620cb4456 /roms/configure-seabios.sh | |
parent | eb28cb1bb0cb156aef7e613395af403bba0e7f30 (diff) |
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>
Diffstat (limited to 'roms/configure-seabios.sh')
-rwxr-xr-x | roms/configure-seabios.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roms/configure-seabios.sh b/roms/configure-seabios.sh index 98f59a24ba..4bb6c2b90f 100755 --- a/roms/configure-seabios.sh +++ b/roms/configure-seabios.sh @@ -2,4 +2,4 @@ config="$1" make -C seabios clean distclean cp "$config" seabios/.config -make -C seabios oldnoconfig +make -C seabios olddefconfig |