[OpenBIOS] [PATCH 2/2] PPC32: Enable local variables for the PPC32 build.

Mark Cave-Ayland mark.cave-ayland at ilande.co.uk
Thu Nov 8 21:17:51 CET 2012


Signed-off-by: Mark Cave-Ayland <mark.cave-ayland at ilande.co.uk>
---
 openbios-devel/config/examples/ppc_config.xml |    1 +
 1 file changed, 1 insertion(+)

diff --git a/openbios-devel/config/examples/ppc_config.xml b/openbios-devel/config/examples/ppc_config.xml
index 352cb57..ccb616d 100644
--- a/openbios-devel/config/examples/ppc_config.xml
+++ b/openbios-devel/config/examples/ppc_config.xml
@@ -60,6 +60,7 @@
   <option name="CONFIG_PPC_64BITSUPPORT" type="boolean" value="true"/>
   <option name="CONFIG_LINUXBIOS" type="boolean" value="false"/>
   <option name="CONFIG_RTAS" type="boolean" value="false"/>
+  <option name="CONFIG_LOCALS" type="boolean" value="true"/>
 
   <!-- Drivers -->
   <option name="CONFIG_DRIVER_PCI" type="boolean" value="true"/>
-- 
1.7.10.4




More information about the OpenBIOS mailing list