mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-10-31 16:31:25 +01:00 
			
		
		
		
	ARM: zynq: cse: Shrink u-boot size
U-Boot is growing that's why not needed features can be disabled: - CMDLINE_EDITING - AUTO_COMPLETE - SYS_LONGHELP Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
		
							parent
							
								
									a204ac71d2
								
							
						
					
					
						commit
						b76a37e9a9
					
				| @ -9,6 +9,9 @@ CONFIG_SYS_MALLOC_LEN=0x1000 | |||||||
| # CONFIG_BOARD_LATE_INIT is not set | # CONFIG_BOARD_LATE_INIT is not set | ||||||
| # CONFIG_DISPLAY_CPUINFO is not set | # CONFIG_DISPLAY_CPUINFO is not set | ||||||
| CONFIG_SPL_STACK_R=y | CONFIG_SPL_STACK_R=y | ||||||
|  | # CONFIG_CMDLINE_EDITING is not set | ||||||
|  | # CONFIG_AUTO_COMPLETE is not set | ||||||
|  | # CONFIG_SYS_LONGHELP is not set | ||||||
| CONFIG_SYS_PROMPT="Zynq> " | CONFIG_SYS_PROMPT="Zynq> " | ||||||
| # CONFIG_AUTOBOOT is not set | # CONFIG_AUTOBOOT is not set | ||||||
| # CONFIG_CMD_BDI is not set | # CONFIG_CMD_BDI is not set | ||||||
|  | |||||||
| @ -9,6 +9,9 @@ CONFIG_SYS_MALLOC_LEN=0x1000 | |||||||
| # CONFIG_BOARD_LATE_INIT is not set | # CONFIG_BOARD_LATE_INIT is not set | ||||||
| # CONFIG_DISPLAY_CPUINFO is not set | # CONFIG_DISPLAY_CPUINFO is not set | ||||||
| CONFIG_SPL_STACK_R=y | CONFIG_SPL_STACK_R=y | ||||||
|  | # CONFIG_CMDLINE_EDITING is not set | ||||||
|  | # CONFIG_AUTO_COMPLETE is not set | ||||||
|  | # CONFIG_SYS_LONGHELP is not set | ||||||
| CONFIG_SYS_PROMPT="Zynq> " | CONFIG_SYS_PROMPT="Zynq> " | ||||||
| # CONFIG_AUTOBOOT is not set | # CONFIG_AUTOBOOT is not set | ||||||
| # CONFIG_CMD_BDI is not set | # CONFIG_CMD_BDI is not set | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user