summaryrefslogtreecommitdiffstats
path: root/include/configs/zynq-common.h
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2015-11-30 15:46:12 +0100
committerMichal Simek <michal.simek@xilinx.com>2015-12-07 09:59:04 +0100
commit3cbbc2574bd9440d4e2bda4addb8aae75cf72b2d (patch)
tree2384af5c28ab08a8a4db511871b281db47be537b /include/configs/zynq-common.h
parent5df825d4902ba402c5bd53044a88ce039a724558 (diff)
downloadblackbird-obmc-uboot-3cbbc2574bd9440d4e2bda4addb8aae75cf72b2d.tar.gz
blackbird-obmc-uboot-3cbbc2574bd9440d4e2bda4addb8aae75cf72b2d.zip
ARM: zynq: Remove CONFIG_API
CONFIG_API is causing compilation error when DM_ETH is enabled because eth_get_dev() is not available. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'include/configs/zynq-common.h')
-rw-r--r--include/configs/zynq-common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
index a9e6bf046a..5db501188b 100644
--- a/include/configs/zynq-common.h
+++ b/include/configs/zynq-common.h
@@ -297,7 +297,6 @@
/* Boot FreeBSD/vxWorks from an ELF image */
#if defined(CONFIG_ZYNQ_BOOT_FREEBSD)
-# define CONFIG_API
# define CONFIG_SYS_MMC_MAX_DEVICE 1
#endif
OpenPOWER on IntegriCloud