zynq: Enable Boot FreeBSD/vxWorks
This enabled Boot FreeBSD/vxWorks from an ELF image support Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
This commit is contained in:
		
							parent
							
								
									773590ebaf
								
							
						
					
					
						commit
						09ed635bcc
					
				|  | @ -130,6 +130,13 @@ | ||||||
| #define CONFIG_FIT_VERBOSE	1 /* enable fit_format_{error,warning}() */ | #define CONFIG_FIT_VERBOSE	1 /* enable fit_format_{error,warning}() */ | ||||||
| #define CONFIG_OF_LIBFDT | #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 */ | /* Commands */ | ||||||
| #include <config_cmd_default.h> | #include <config_cmd_default.h> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue