j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: mcayland Date: Fri Nov 23 15:44:26 2012 New Revision: 1069 URL: http://tracker.coreboot.org/trac/openbios/changeset/1069
Log: PPC32: Enable local variables for the PPC32 build.
Signed-off-by: Mark Cave-Ayland mark.cave-ayland@ilande.co.uk
Modified: trunk/openbios-devel/config/examples/ppc_config.xml
Modified: trunk/openbios-devel/config/examples/ppc_config.xml ============================================================================== --- trunk/openbios-devel/config/examples/ppc_config.xml Fri Nov 23 15:44:23 2012 (r1068) +++ trunk/openbios-devel/config/examples/ppc_config.xml Fri Nov 23 15:44:26 2012 (r1069) @@ -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"/>