Commit 19cd090e authored by Gerd Hoffmann's avatar Gerd Hoffmann
Browse files

Revert "roms: switch oldnoconfig to olddefconfig"



This reverts commit a5519b42.

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

Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
parent 6a4e1771
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
config="$1"
make -C seabios clean distclean
cp "$config" seabios/.config
make -C seabios olddefconfig
make -C seabios oldnoconfig