[OpenBIOS] [PATCH 2/4] Copy OFMEM settings from cross-build configs to native configs

Pavel Roskin proski at gnu.org
Tue Aug 11 03:26:38 CEST 2009


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.
---
 config/examples/ppc_config.xml     |    2 ++
 config/examples/sparc64_config.xml |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/config/examples/ppc_config.xml b/config/examples/ppc_config.xml
index 59fd25f..d8a936c 100644
--- a/config/examples/ppc_config.xml
+++ b/config/examples/ppc_config.xml
@@ -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"/>
diff --git a/config/examples/sparc64_config.xml b/config/examples/sparc64_config.xml
index 825ed14..d030e00 100644
--- a/config/examples/sparc64_config.xml
+++ b/config/examples/sparc64_config.xml
@@ -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"/>



More information about the OpenBIOS mailing list