summaryrefslogtreecommitdiff
path: root/include/env_internal.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-11-08 06:59:38 +0300
committerTom Rini <trini@konsulko.com>2021-11-12 22:18:17 +0300
commit27480e0a9fca90319237fef08cb6be4663199b38 (patch)
treef6b3c209e6451370813020ec3da728481fd3114c /include/env_internal.h
parent1ed68f920439a85f708652bf4a150bf775875dda (diff)
downloadu-boot-27480e0a9fca90319237fef08cb6be4663199b38.tar.xz
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/env_internal.h')
-rw-r--r--include/env_internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/env_internal.h b/include/env_internal.h
index f74927cd64..174c3b1a79 100644
--- a/include/env_internal.h
+++ b/include/env_internal.h
@@ -54,7 +54,6 @@
# error "is set"
# endif
extern unsigned long nand_env_oob_offset;
-# define CONFIG_ENV_OFFSET nand_env_oob_offset
# endif /* CONFIG_ENV_OFFSET_OOB */
#endif /* CONFIG_ENV_IS_IN_NAND */