All these configs were moved to Kconfig that's why this empty ifdef
structure is not needed anymore.

Signed-off-by: Michal Simek <[email protected]>
---

 include/configs/zynq-common.h | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
index b9599c73a673..8de2ac351ca8 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
-- 
1.9.1

_______________________________________________
U-Boot mailing list
[email protected]
https://lists.denx.de/listinfo/u-boot

Reply via email to