From: Michael S. Tsirkin Date: Thu, 21 Mar 2013 12:04:21 +0000 (+0200) Subject: roms: switch oldnoconfig to olddefconfig X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a5519b42cfd6c00e9f8b31c5aad7682e7a9f1181;p=qemu.git 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 --- 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