diff options
| author | Michal Simek <[email protected]> | 2018-07-19 08:45:45 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-08-19 12:14:38 -0400 |
| commit | 4aee624c927519fc9edc79ccc247486ac3f68392 (patch) | |
| tree | 82f0ab5820a8c6a9f431d7299a83ba285d05346b /include | |
| parent | 9f8cf76be256a83643ee05de6cffaeb452ed0931 (diff) | |
env: Merge Rockchip, Sunxi, Zynq and ZynqMP
There is no reason to have the same Kconfig options for different SoCs
separately. The patch is merging them together.
Signed-off-by: Michal Simek <[email protected]>
Acked-by: Maxime Ripard <[email protected]>
[trini: Fix ENV_SIZE around ENV_IS_NOWHERE]
Signed-off-by: Tom Rini <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/sunxi-common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index 2adf80464f8..9819d9980ce 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -153,8 +153,6 @@ #define CONFIG_SYS_MMC_ENV_DEV 0 #endif #define CONFIG_SYS_MMC_MAX_DEVICE 4 -#elif defined(CONFIG_ENV_IS_NOWHERE) -#define CONFIG_ENV_SIZE (128 << 10) #endif #ifndef CONFIG_MACH_SUN8I_V3S |
