Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase | TsiChung Liew | 2008-08-14 | -1/+9 |
| | | | | | | | | | | The CFG_ENV_SIZE is not suitable used for SPI flash erase sector size if CFG_ENV_SIZE is less than CFG_ENV_SECT_SIZE. Add condition check if CFG_ENV_SIZE is larger than CFG_ENV_SECT_SIZE, calculate the right number of sectors for erasing. Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> | |||
* | Add support for environment in SPI flash | Haavard Skinnemoen | 2008-06-03 | -0/+131 |
This is pretty incomplete...it doesn't handle reading the environment before relocation, it doesn't support redundant environment, and it doesn't support embedded environment. But apart from that, it does seem to work. Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> |