mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	sandbox: Allow building with GENERATE_ACPI_TABLE
At present this option is missing a header file, a function prototype and the qfw driver needs a header included. Fix these problems so we can enable this option on sandbox. This will increase the build coverage. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
		
							parent
							
								
									27ba6289fe
								
							
						
					
					
						commit
						0679cca507
					
				@ -6,4 +6,6 @@
 | 
			
		||||
#ifndef __ASM_ACPI_TABLE_H__
 | 
			
		||||
#define __ASM_ACPI_TABLE_H__
 | 
			
		||||
 | 
			
		||||
ulong write_acpi_tables(ulong start);
 | 
			
		||||
 | 
			
		||||
#endif /* __ASM_ACPI_TABLE_H__ */
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										0
									
								
								arch/sandbox/include/asm/tables.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								arch/sandbox/include/asm/tables.h
									
									
									
									
									
										Normal file
									
								
							@ -14,6 +14,7 @@
 | 
			
		||||
#include <qfw.h>
 | 
			
		||||
#include <dm.h>
 | 
			
		||||
#include <misc.h>
 | 
			
		||||
#include <tables_csum.h>
 | 
			
		||||
#ifdef CONFIG_GENERATE_ACPI_TABLE
 | 
			
		||||
#include <asm/tables.h>
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user