From: Michal Simek Date: Thu, 2 Nov 2017 08:29:15 +0000 (+0100) Subject: arm: zynq: Remove empty ifdef env structures from config file X-Git-Tag: v2018.01-rc1~59^2~86 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bd28e5ca8e5adff6d858ca26eab27d633e3fc602;p=platform%2Fkernel%2Fu-boot.git arm: zynq: Remove empty ifdef env structures from config file All these configs were moved to Kconfig that's why this empty ifdef structure is not needed anymore. Signed-off-by: Michal Simek --- diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index b9599c7..8de2ac3 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -157,12 +157,6 @@ /* Environment */ #ifndef CONFIG_ENV_IS_NOWHERE -# ifdef CONFIG_MTD_NOR_FLASH -/* Environment in NOR flash */ -# elif defined(CONFIG_ZYNQ_QSPI) -/* Environment in Serial Flash */ -# endif - # define CONFIG_ENV_SECT_SIZE CONFIG_ENV_SIZE # define CONFIG_ENV_OFFSET 0xE0000 #endif