Fix compilation when USE_OPTION_TABLE is not defined.
Change-Id: Id622e4e96b6c8e87b00a96c324a0b4dbfac3391d Signed-off-by: Duncan Laurie <dlaurie@google.com> Reviewed-on: http://review.coreboot.org/702 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
		
				
					committed by
					
						 Stefan Reinauer
						Stefan Reinauer
					
				
			
			
				
	
			
			
			
						parent
						
							05239898f2
						
					
				
				
					commit
					66ecdc52e1
				
			| @@ -29,9 +29,9 @@ | ||||
| #include <version.h> | ||||
| #include <device/device.h> | ||||
| #include <stdlib.h> | ||||
| #include <cbfs.h> | ||||
| #if CONFIG_USE_OPTION_TABLE | ||||
| #include <option_table.h> | ||||
| #include <cbfs.h> | ||||
| #endif | ||||
|  | ||||
| static struct lb_header *lb_table_init(unsigned long addr) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user