mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-10-31 08:21:36 +01:00 
			
		
		
		
	x86: Support zboot and bootm in the EFI app
These have been disabled due to the rudimentary support available. It is a little better now, so enable these options. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
		
							parent
							
								
									5a2a1d8093
								
							
						
					
					
						commit
						a6d263f59e
					
				| @ -19,7 +19,7 @@ CONFIG_DISPLAY_BOARDINFO_LATE=y | |||||||
| CONFIG_LAST_STAGE_INIT=y | CONFIG_LAST_STAGE_INIT=y | ||||||
| CONFIG_HUSH_PARSER=y | CONFIG_HUSH_PARSER=y | ||||||
| CONFIG_SYS_PBSIZE=532 | CONFIG_SYS_PBSIZE=532 | ||||||
| # CONFIG_CMD_BOOTM is not set | CONFIG_CMD_BOOTZ=y | ||||||
| CONFIG_CMD_PART=y | CONFIG_CMD_PART=y | ||||||
| # CONFIG_CMD_NET is not set | # CONFIG_CMD_NET is not set | ||||||
| CONFIG_CMD_TIME=y | CONFIG_CMD_TIME=y | ||||||
|  | |||||||
| @ -20,7 +20,7 @@ CONFIG_DISPLAY_BOARDINFO_LATE=y | |||||||
| CONFIG_LAST_STAGE_INIT=y | CONFIG_LAST_STAGE_INIT=y | ||||||
| CONFIG_HUSH_PARSER=y | CONFIG_HUSH_PARSER=y | ||||||
| CONFIG_SYS_PBSIZE=532 | CONFIG_SYS_PBSIZE=532 | ||||||
| # CONFIG_CMD_BOOTM is not set | CONFIG_CMD_BOOTZ=y | ||||||
| CONFIG_CMD_PART=y | CONFIG_CMD_PART=y | ||||||
| # CONFIG_CMD_NET is not set | # CONFIG_CMD_NET is not set | ||||||
| CONFIG_CMD_CACHE=y | CONFIG_CMD_CACHE=y | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user