diff options
author | Tom Rini <trini@konsulko.com> | 2021-11-07 22:59:38 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-11-12 14:18:17 -0500 |
commit | 27480e0a9fca90319237fef08cb6be4663199b38 (patch) | |
tree | f6b3c209e6451370813020ec3da728481fd3114c /include/configs/cgtqmx8.h | |
parent | 1ed68f920439a85f708652bf4a150bf775875dda (diff) | |
download | u-boot-27480e0a9fca90319237fef08cb6be4663199b38.tar.gz |
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/cgtqmx8.h')
-rw-r--r-- | include/configs/cgtqmx8.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/cgtqmx8.h b/include/configs/cgtqmx8.h index d9b59b98cd..45235957b4 100644 --- a/include/configs/cgtqmx8.h +++ b/include/configs/cgtqmx8.h @@ -41,8 +41,6 @@ #define USDHC2_BASE_ADDR 0x5B020000 #define USDHC3_BASE_ADDR 0x5B030000 -#define CONFIG_ENV_OVERWRITE - /* Boot M4 */ #define M4_BOOT_ENV \ "m4_0_image=m4_0.bin\0" \ |