commit | bd83b5921201a61eb74ed7faa04c3f237d5323a2 | [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 | be354c1a214daeedb24d7716308432f188d0004c [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>