Skip to content
Snippets Groups Projects
Commit 09ed635b authored by Jagan Teki's avatar Jagan Teki Committed by Albert ARIBAUD
Browse files

zynq: Enable Boot FreeBSD/vxWorks


This enabled Boot FreeBSD/vxWorks from an ELF image support

Signed-off-by: default avatarJagannadha Sutradharudu Teki <jaganna@xilinx.com>
parent 773590eb
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment