[U-Boot] [PATCH 02/34] zynq: Enable Boot FreeBSD/vxWorks

5 Nov
2013
5 Nov
'13
6:46 p.m.
This enabled Boot FreeBSD/vxWorks from an ELF image support
Signed-off-by: Jagannadha Sutradharudu Teki jaganna@xilinx.com --- include/configs/zynq.h | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/include/configs/zynq.h b/include/configs/zynq.h index a6dbd0e..6ac1350 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 <config_cmd_default.h>
--
1.8.3
4201
Age (days ago)
4201
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jagannadha Sutradharudu Teki