diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2014-12-30 13:22:36 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-12-30 13:22:36 +0100 |
commit | c7b40724336e3df40f70d1d0eee1fffb85becb35 (patch) | |
tree | 00a5da68b2fe3a647d0d68ef375501b0234f4d62 /config.bios.qemu | |
parent | b7e0f186e7d50e80a034365f4b7b02ed1c8d638e (diff) | |
download | seabios-c7b40724336e3df40f70d1d0eee1fffb85becb35.tar.gz |
turn off sdcard for 128k qemu bios
Diffstat (limited to 'config.bios.qemu')
-rw-r--r-- | config.bios.qemu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.bios.qemu b/config.bios.qemu index 009600b..bc49237 100644 --- a/config.bios.qemu +++ b/config.bios.qemu @@ -5,3 +5,4 @@ CONFIG_ROM_SIZE=128 CONFIG_XEN=n CONFIG_USB_XHCI=n CONFIG_USB_UAS=n +CONFIG_SDCARD=n |