mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Author: Pavel Roskin <proski@gnu.org>
CONFIG_OFMEM and CONFIG_OFMEM_MALLOC_ALIGN are defined in cross-ppc_config.xml, but not in ppc_config.xml, so copy them. Likewise, copy those setting from cross-sparc64_config.xml to sparc64_config.xml. git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@547 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -35,6 +35,8 @@
|
||||
<option name="CONFIG_DEBLOCKER" type="boolean" value="true"/>
|
||||
<option name="CONFIG_FONT_8X8" type="boolean" value="true"/>
|
||||
<option name="CONFIG_FONT_8X16" type="boolean" value="false"/>
|
||||
<option name="CONFIG_OFMEM" type="boolean" value="true"/>
|
||||
<option name="CONFIG_OFMEM_MALLOC_ALIGN" type="integer" value="4"/>
|
||||
<option name="CONFIG_VGA_WIDTH" type="integer" value="800"/>
|
||||
<option name="CONFIG_VGA_HEIGHT" type="integer" value="600"/>
|
||||
<option name="CONFIG_VGA_DEPTH" type="integer" value="8"/>
|
||||
|
||||
@@ -39,6 +39,8 @@
|
||||
<option name="CONFIG_DEBLOCKER" type="boolean" value="true"/>
|
||||
<option name="CONFIG_FONT_8X8" type="boolean" value="true"/>
|
||||
<option name="CONFIG_FONT_8X16" type="boolean" value="false"/>
|
||||
<option name="CONFIG_OFMEM" type="boolean" value="true"/>
|
||||
<option name="CONFIG_OFMEM_MALLOC_ALIGN" type="integer" value="8"/>
|
||||
|
||||
<!-- Filesystem Configuration -->
|
||||
<option name="CONFIG_DISK_LABEL" type="boolean" value="true"/>
|
||||
|
||||
Reference in New Issue
Block a user