[openfirmware] r839 - cpu/x86/pc/olpc

svn at openfirmware.info svn at openfirmware.info
Wed Jun 25 01:17:18 CEST 2008


Author: wmb
Date: 2008-06-25 01:17:18 +0200 (Wed, 25 Jun 2008)
New Revision: 839

Modified:
   cpu/x86/pc/olpc/config.fth
Log:
OLPC - added commented-out compile-time configuration option for saving
configuration variables in SPI FLASH.


Modified: cpu/x86/pc/olpc/config.fth
===================================================================
--- cpu/x86/pc/olpc/config.fth	2008-06-24 23:14:57 UTC (rev 838)
+++ cpu/x86/pc/olpc/config.fth	2008-06-24 23:17:18 UTC (rev 839)
@@ -43,7 +43,8 @@
 create basic-isa
 create isa-dma-only
 
-create use-null-nvram
+create use-null-nvram  \ Don't store configuration variables
+\ create use-flash-nvram  \ Store configuration variables in SPI FLASH
 
 \ Uncomment this to compile for the LX development board
 \ It's not possible to use one ROM image for both OLPC and




More information about the openfirmware mailing list