[U-Boot] [PATCH v3 02/14] ARM: zynq: Remove CONFIG_API
Jagan Teki
jteki at openedev.com
Thu Dec 3 17:09:43 CET 2015
On 3 December 2015 at 20:17, Michal Simek <michal.simek at xilinx.com> wrote:
> CONFIG_API is causing compilation error when DM_ETH is enabled because
> eth_get_dev() is not available.
Then how come, freebsd elf generate w/o CONFIG_API?
>
> Signed-off-by: Michal Simek <michal.simek at xilinx.com>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
> include/configs/zynq-common.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
> index a9e6bf046a97..5db501188b18 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
>
thanks!
--
Jagan.
More information about the U-Boot
mailing list