From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Zhukov Date: 14 Apr 2006 15:33:23 +0300 Subject: [U-Boot-Users] How to saveenv in SPI DataFlash? Message-ID: <1145018003.9402.10.camel@localhost.localdomain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello everybody, My target is at91rm9200dk with SPI DataFlash only (no Flash). I'd like to store environment vars in this SPI DataFlash. For Flash and Nand there are corresponding modules: common/env_flash.c|env_nand.c. But for Dataflash there is nothing... Should I create the module to store environment in at91rm9200dk SPI DataFlash? Best regards Andrew Zhukov