mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 18:35:42 +01:00 
			
		
		
		
	Move this code into a generic location so that it can be used by other x86 boards which want to boot from coreboot. Also ensure that this is called if booting from coreboot. Signed-off-by: Simon Glass <sjg@chromium.org>
		
			
				
	
	
		
			8 lines
		
	
	
		
			113 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			113 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # SPDX-License-Identifier:	GPL-2.0+
 | |
| #
 | |
| # Copyright 2021 Google LLC
 | |
| #
 | |
| 
 | |
| obj-y += cb_sysinfo.o
 | |
| obj-y += cb_support.o
 |