diff mbox

[10/26] Revert "roms: switch oldnoconfig to olddefconfig"

Message ID 1371073298-14519-11-git-send-email-mdroth@linux.vnet.ibm.com
State New
Headers show

Commit Message

Michael Roth June 12, 2013, 9:41 p.m. UTC
From: Gerd Hoffmann <kraxel@redhat.com>

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 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/roms/configure-seabios.sh b/roms/configure-seabios.sh
index 4bb6c2b..98f59a2 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 olddefconfig
+make -C seabios oldnoconfig