diff mbox series

[U-Boot,3/9] arm: zynq: Remove empty ifdef env structures from config file

Message ID f43ffda94e58d36a3f3f2948631b9fdab47fa2bb.1509648620.git.michal.simek@xilinx.com
State Accepted
Commit bd28e5ca8e5adff6d858ca26eab27d633e3fc602
Delegated to: Michal Simek
Headers show
Series [U-Boot,1/9] arm: zynq: Add SCL & SDA GPIO entries for recovery | expand

Commit Message

Michal Simek Nov. 2, 2017, 6:50 p.m. UTC
All these configs were moved to Kconfig that's why this empty ifdef
structure is not needed anymore.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

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

Patch

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