Skip to content

Commit

Permalink
seabios: update 128k config
Browse files Browse the repository at this point in the history
Turn off mpt-scsi and bootsplash to keep size below 128k.

Signed-off-by: Gerd Hoffmann <[email protected]>
  • Loading branch information
kraxel committed Jul 4, 2016
1 parent 4e04ab6 commit ea996eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roms/config.seabios-128k
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
# need to turn off features (xhci,uas) to make it fit into 128k
CONFIG_QEMU=y
CONFIG_ROM_SIZE=128
CONFIG_BOOTSPLASH=n
CONFIG_XEN=n
CONFIG_USB_OHCI=n
CONFIG_USB_XHCI=n
CONFIG_USB_UAS=n
CONFIG_SDCARD=n
CONFIG_TCGBIOS=n
CONFIG_MPT_SCSI=n

0 comments on commit ea996eb

Please sign in to comment.