]> git.proxmox.com Git - qemu.git/commitdiff
Revert "roms: switch oldnoconfig to olddefconfig"
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 28 May 2013 10:09:41 +0000 (12:09 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 11 Jun 2013 22:12:18 +0000 (17:12 -0500)
This reverts commit a5519b42cfd6c00e9f8b31c5aad7682e7a9f1181.

Breaks "make bios" in roms/ as the kconfig version in seabios doesn't
support olddefconfig.  Must have been be totally untested.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
(cherry picked from commit 19cd090e17b293b49eec59346df94a668f5d2438)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
roms/configure-seabios.sh

index 4bb6c2b90f30cc37e9e4e60fb3e3d33bf6eed199..98f59a24ba938c170c0d64ae3c2cc728130b1975 100755 (executable)
@@ -2,4 +2,4 @@
 config="$1"
 make -C seabios clean distclean
 cp "$config" seabios/.config
-make -C seabios olddefconfig
+make -C seabios oldnoconfig