diff options
author | Michal Simek <michal.simek@xilinx.com> | 2017-11-02 09:29:15 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2017-11-28 15:53:08 +0100 |
commit | bd28e5ca8e5adff6d858ca26eab27d633e3fc602 (patch) | |
tree | dda525f4823937377aad99b963e10616e923a4ba /include/configs/zynq-common.h | |
parent | 5fad1ab3d0be9504a9c176f279809bae00990bed (diff) | |
download | u-boot-bd28e5ca8e5adff6d858ca26eab27d633e3fc602.tar.gz |
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 <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs/zynq-common.h')
-rw-r--r-- | include/configs/zynq-common.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index b9599c73a67..8de2ac351ca 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 |