aboutsummaryrefslogtreecommitdiff
path: root/include/configs/stmark2.h
diff options
context:
space:
mode:
authorTom Rini2021-11-07 22:59:38 -0500
committerTom Rini2021-11-12 14:18:17 -0500
commit27480e0a9fca90319237fef08cb6be4663199b38 (patch)
treef6b3c209e6451370813020ec3da728481fd3114c /include/configs/stmark2.h
parent1ed68f920439a85f708652bf4a150bf775875dda (diff)
Convert CONFIG_ENV_IS_IN_SPI_FLASH et al to Kconfig
This converts the following to Kconfig: CONFIG_ENV_IS_IN_SPI_FLASH CONFIG_ENV_IS_NOWHERE CONFIG_ENV_OFFSET CONFIG_ENV_OVERWRITE CONFIG_ENV_SECT_SIZE CONFIG_SYS_MMC_ENV_DEV CONFIG_SYS_MMC_ENV_PART Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/stmark2.h')
-rw-r--r--include/configs/stmark2.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/stmark2.h b/include/configs/stmark2.h
index 4573093d4ca..0a4cd84c15d 100644
--- a/include/configs/stmark2.h
+++ b/include/configs/stmark2.h
@@ -122,10 +122,6 @@
* Environment is embedded in u-boot in the second sector of the flash
*/
-#if defined(CONFIG_CF_SBF)
-#define CONFIG_ENV_IS_IN_SPI_FLASH 1
-#endif
-
/* Cache Configuration */
#define ICACHE_STATUS (CONFIG_SYS_INIT_RAM_ADDR + \
CONFIG_SYS_INIT_RAM_SIZE - 8)