mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-30 19:48:19 +00: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
 |