qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] roms: switch oldnoconfig to olddefconfig


From: Michael S. Tsirkin
Subject: [Qemu-devel] [PATCH] roms: switch oldnoconfig to olddefconfig
Date: Thu, 21 Mar 2013 14:06:15 +0200

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 <address@hidden>
---
 roms/configure-seabios.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roms/configure-seabios.sh b/roms/configure-seabios.sh
index 98f59a2..4bb6c2b 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
-- 
MST



reply via email to

[Prev in Thread] Current Thread [Next in Thread]