diff options
| author | Simon Glass <[email protected]> | 2017-07-23 21:19:45 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-07-25 21:31:03 -0400 |
| commit | 91c868fe7cd7c5a7157c5eeca64f89dc2a2ee967 (patch) | |
| tree | f0771f29385f1ac314264243fa99dc945da78636 /include/configs/km | |
| parent | ef6253d7b321f78d8251c3d3ecfd8991e02b8ca9 (diff) | |
Convert CONFIG_ENV_IS_IN_SPI_FLASH to Kconfig
This converts the following to Kconfig:
CONFIG_ENV_IS_IN_SPI_FLASH
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'include/configs/km')
| -rw-r--r-- | include/configs/km/km_arm.h | 1 | ||||
| -rw-r--r-- | include/configs/km/kmp204x-common.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/km/km_arm.h b/include/configs/km/km_arm.h index 7ca077133f2..04afde7e209 100644 --- a/include/configs/km/km_arm.h +++ b/include/configs/km/km_arm.h @@ -204,7 +204,6 @@ int get_scl(void); * Environment variables configurations */ #if defined CONFIG_KM_ENV_IS_IN_SPI_NOR -#define CONFIG_ENV_IS_IN_SPI_FLASH /* use SPI-Flash for environment vars */ #define CONFIG_ENV_OFFSET 0xc0000 /* no bracets! */ #define CONFIG_ENV_SIZE 0x02000 /* Size of Environment */ #define CONFIG_ENV_SECT_SIZE 0x10000 diff --git a/include/configs/km/kmp204x-common.h b/include/configs/km/kmp204x-common.h index 664a64c55a7..373e4bc3b4f 100644 --- a/include/configs/km/kmp204x-common.h +++ b/include/configs/km/kmp204x-common.h @@ -44,7 +44,6 @@ /* Environment in SPI Flash */ #define CONFIG_SYS_EXTRA_ENV_RELOC -#define CONFIG_ENV_IS_IN_SPI_FLASH #define CONFIG_ENV_SPI_BUS 0 #define CONFIG_ENV_SPI_CS 0 #define CONFIG_ENV_SPI_MAX_HZ 20000000 |
