projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fad1ab
)
arm: zynq: Remove empty ifdef env structures from config file
author
Michal Simek
<michal.simek@xilinx.com>
Thu, 2 Nov 2017 08:29:15 +0000
(09:29 +0100)
committer
Michal Simek
<michal.simek@xilinx.com>
Tue, 28 Nov 2017 14:53:08 +0000
(15:53 +0100)
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
patch
|
blob
|
history
diff --git
a/include/configs/zynq-common.h
b/include/configs/zynq-common.h
index b9599c73a673d51e6c2b5bfc1bad5ba64ef21bf1..8de2ac351ca881902ccb2ee01233323025b283a7 100644
(file)
--- 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