From: Michal Simek Date: Mon, 30 Nov 2015 14:46:12 +0000 (+0100) Subject: ARM: zynq: Remove CONFIG_API X-Git-Tag: v2016.01-rc2~3^2~26 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3cbbc2574bd9440d4e2bda4addb8aae75cf72b2d;p=u-boot 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 Reviewed-by: Jagan Teki --- 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