From: Jagannadha Sutradharudu Teki Date: Wed, 8 Jan 2014 20:18:03 +0000 (+0530) Subject: zynq: Enable Boot FreeBSD/vxWorks X-Git-Tag: v2014.01-rc3~9^2~28 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=09ed635bcc794110840c4e8661a6e272ffe779bb;p=u-boot zynq: Enable Boot FreeBSD/vxWorks This enabled Boot FreeBSD/vxWorks from an ELF image support Signed-off-by: Jagannadha Sutradharudu Teki --- diff --git a/include/configs/zynq.h b/include/configs/zynq.h index 6019c4a4aa..049281831c 100644 --- a/include/configs/zynq.h +++ b/include/configs/zynq.h @@ -130,6 +130,13 @@ #define CONFIG_FIT_VERBOSE 1 /* enable fit_format_{error,warning}() */ #define CONFIG_OF_LIBFDT +/* Boot FreeBSD/vxWorks from an ELF image */ +#if defined(CONFIG_ZYNQ_BOOT_FREEBSD) +# define CONFIG_API +# define CONFIG_CMD_ELF +# define CONFIG_SYS_MMC_MAX_DEVICE 1 +#endif + /* Commands */ #include