mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 14:00:19 +00:00 
			
		
		
		
	arm64: imx: imx8mp-beacon: Enable LTO
With LTO enabled, SPL shrinks about 10K and U-Boot shrinks about 30K. Signed-off-by: Adam Ford <aford173@gmail.com>
This commit is contained in:
		
							parent
							
								
									65648b26c6
								
							
						
					
					
						commit
						0a4e414360
					
				@ -18,6 +18,7 @@ CONFIG_SYS_HAS_ARMV8_SECURE_BASE=y
 | 
				
			|||||||
CONFIG_TARGET_IMX8MP_BEACON=y
 | 
					CONFIG_TARGET_IMX8MP_BEACON=y
 | 
				
			||||||
CONFIG_SYS_PROMPT="u-boot=> "
 | 
					CONFIG_SYS_PROMPT="u-boot=> "
 | 
				
			||||||
CONFIG_SYS_MONITOR_LEN=524288
 | 
					CONFIG_SYS_MONITOR_LEN=524288
 | 
				
			||||||
 | 
					CONFIG_LTO=y
 | 
				
			||||||
CONFIG_SPL_MMC=y
 | 
					CONFIG_SPL_MMC=y
 | 
				
			||||||
CONFIG_SPL_SERIAL=y
 | 
					CONFIG_SPL_SERIAL=y
 | 
				
			||||||
CONFIG_SPL_DRIVERS_MISC=y
 | 
					CONFIG_SPL_DRIVERS_MISC=y
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user