summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>2014-10-28 11:29:32 (GMT)
committerMichal Simek <michal.simek@xilinx.com>2015-01-26 07:55:58 (GMT)
commitf20b37f353a9cb9012076da8dedc13c5903caf42 (patch)
tree60df5a7dfa1f72ae2177754fc9756191f21cb856 /include/configs
parentdd1c351ffe33dcbfa977f9b8760b8a1fd443fa11 (diff)
downloadu-boot-f20b37f353a9cb9012076da8dedc13c5903caf42.tar.xz
ARM: zynq: provide config option to select emio
Dont send always emio value as zero for zynq_gem_initialize send it based on config. Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/zynq-common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
index cbafba1..0359e3d 100644
--- a/include/configs/zynq-common.h
+++ b/include/configs/zynq-common.h
@@ -52,6 +52,12 @@
# define CONFIG_BOOTP_GATEWAY
# define CONFIG_BOOTP_HOSTNAME
# define CONFIG_BOOTP_MAY_FAIL
+# if !defined(CONFIG_ZYNQ_GEM_EMIO0)
+# define CONFIG_ZYNQ_GEM_EMIO0 0
+# endif
+# if !defined(CONFIG_ZYNQ_GEM_EMIO1)
+# define CONFIG_ZYNQ_GEM_EMIO1 0
+# endif
#endif
/* SPI */