loaders: add program_loading.h header file
Instead of two headers for payload and ramstage loading combine the 2 files into one. This also allows for easier refactoring by keeping header files consistent. Change-Id: I4a6dffb78ad84c78e6e96c886d361413f9b4a17d Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: http://review.coreboot.org/8708 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
		
				
					committed by
					
						 Aaron Durbin
						Aaron Durbin
					
				
			
			
				
	
			
			
			
						parent
						
							3486d1fbe8
						
					
				
				
					commit
					04654a2eff
				
			| @@ -1,6 +1,6 @@ | ||||
| #include <console/console.h> | ||||
| #include <arch/stages.h> | ||||
| #include <payload_loader.h> | ||||
| #include <program_loading.h> | ||||
| #include <ip_checksum.h> | ||||
| #include <string.h> | ||||
|  | ||||
|   | ||||
| @@ -18,7 +18,7 @@ | ||||
|  */ | ||||
|  | ||||
| #include <arch/stages.h> | ||||
| #include <ramstage_loader.h> | ||||
| #include <program_loading.h> | ||||
|  | ||||
| void asmlinkage copy_and_run(void) | ||||
| { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user