diff options
author | Simon Glass <sjg@chromium.org> | 2017-07-24 03:19:44 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-07-26 01:24:09 (GMT) |
commit | ef6253d7b321f78d8251c3d3ecfd8991e02b8ca9 (patch) | |
tree | a162b3781c982f311b8c2ea4d63bbb5a1d48eed0 /README | |
parent | f0bc2b542beef7636ea4e846fa75cd88d88c82cf (diff) | |
download | u-boot-fsl-qoriq-ef6253d7b321f78d8251c3d3ecfd8991e02b8ca9.tar.xz |
Convert CONFIG_ENV_IS_IN_DATAFLASH to Kconfig
This converts the following to Kconfig:
CONFIG_ENV_IS_IN_DATAFLASH
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -3422,19 +3422,6 @@ environment in RAM: we could work on NVRAM directly, but we want to keep settings there always unmodified except somebody uses "saveenv" to save the current settings. -- CONFIG_ENV_IS_IN_DATAFLASH: - - Define this if you have a DataFlash memory device which you - want to use for the environment. - - - CONFIG_ENV_OFFSET: - - CONFIG_ENV_ADDR: - - CONFIG_ENV_SIZE: - - These three #defines specify the offset and size of the - environment area within the total memory of your DataFlash placed - at the specified address. - - CONFIG_ENV_IS_IN_SPI_FLASH: Define this if you have a SPI Flash memory device which you |