diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2013-05-28 12:09:41 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2013-05-28 12:12:07 +0200 |
commit | 19cd090e17b293b49eec59346df94a668f5d2438 (patch) | |
tree | 225097021cc459c81479d9f8dad0f2f467cad5d3 /roms | |
parent | 6a4e17711442849bf2cc731ccddef5a2a2d92d29 (diff) |
Revert "roms: switch oldnoconfig to olddefconfig"
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>
Diffstat (limited to 'roms')
-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 4bb6c2b90f..98f59a24ba 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 |