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 /include/configs/pm9261.h | |
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 'include/configs/pm9261.h')
-rw-r--r-- | include/configs/pm9261.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/pm9261.h b/include/configs/pm9261.h index bae5736..f100a40 100644 --- a/include/configs/pm9261.h +++ b/include/configs/pm9261.h @@ -240,7 +240,6 @@ #ifdef CONFIG_SYS_USE_DATAFLASH_CS0 /* bootstrap + u-boot + env + linux in dataflash on CS0 */ -#define CONFIG_ENV_IS_IN_DATAFLASH 1 #define CONFIG_SYS_MONITOR_BASE \ (CONFIG_SYS_DATAFLASH_LOGIC_ADDR_CS0 + 0x8400) #define CONFIG_ENV_OFFSET 0x4200 |