commit | 76db7bf76188b6018fdd44ef10292829d1bc08b1 | [log] [tgz] |
---|---|---|
author | Wu, Josh <Josh.wu@atmel.com> | Tue Jul 01 19:30:13 2014 +0800 |
committer | Tom Rini <trini@ti.com> | Mon Jul 07 19:43:01 2014 -0400 |
tree | 0f3a924e4cbb4fc7be45d8bcb4de8dda3d72ed71 | |
parent | 9b899f2099a21144a5a8505515cf08d8f59a9669 [diff] |
README: document CONFIG_ENV_IS_IN_SPI_FLASH The option can be used to save the environment in spi flash. Implementation code is already exist in command/env_sf.c. But the documentation is missing. This patch add the details for this option to the README file. Signed-off-by: Josh Wu <josh.wu@atmel.com> Reviewed-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>