From 4aee624c927519fc9edc79ccc247486ac3f68392 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Thu, 19 Jul 2018 08:45:45 +0200 Subject: 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 Acked-by: Maxime Ripard [trini: Fix ENV_SIZE around ENV_IS_NOWHERE] Signed-off-by: Tom Rini Signed-off-by: Tom Rini --- include/configs/sunxi-common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') 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 -- cgit v1.3.1