Re: [U-Boot-Users] ENV in NAND and in EEPROM ?

2008-03-30 Thread Aras Vaichas
Manuel Sahm wrote: > > Hello, > > > > I want to use an eeprom AND an NANDFLASH for storing the Enviroment Data. > > > > First: The EEPROM should be connected via SPI, so I have to make a c > file within the function for spi_write and spi_read…to use it with the > CFG_CMD_EEPROM. > > right ? > >

[U-Boot-Users] ENV in NAND and in EEPROM ?

2008-03-29 Thread Manuel Sahm
Hello, I want to use an eeprom AND an NANDFLASH for storing the Enviroment Data. First: The EEPROM should be connected via SPI, so I have to make a c file within the function for spi_write and spi_readÂ…to use it with the CFG_CMD_EEPROM. right ? Now my second question: I want to achiev