cbfs: remove run_address()
The run_address() function is not used. Remove it. Change-Id: I96de4cf0a529b08943ff8281cedead642eb415de Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: http://review.coreboot.org/9124 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <edward.ocallaghan@koparo.com>
This commit is contained in:
		
				
					committed by
					
						 Aaron Durbin
						Aaron Durbin
					
				
			
			
				
	
			
			
			
						parent
						
							98d9678b74
						
					
				
				
					commit
					5b9384c3fc
				
			| @@ -73,9 +73,6 @@ void *cbfs_simple_buffer_map(struct cbfs_simple_buffer *buffer, | ||||
| void *cbfs_simple_buffer_unmap(struct cbfs_simple_buffer *buffer, | ||||
| 			       const void *address); | ||||
|  | ||||
| // Utility functions | ||||
| int run_address(void *f); | ||||
|  | ||||
| /* Defined in individual arch / board implementation. */ | ||||
| int init_default_cbfs_media(struct cbfs_media *media); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user