From 04654a2eff08f8956734e65946bdbaad87f51d56 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Tue, 17 Mar 2015 11:43:44 -0500 Subject: 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 Reviewed-on: http://review.coreboot.org/8708 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Stefan Reinauer --- src/arch/arm/boot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/arm/boot.c') diff --git a/src/arch/arm/boot.c b/src/arch/arm/boot.c index 85b2cce95f..5217a9f3b0 100644 --- a/src/arch/arm/boot.c +++ b/src/arch/arm/boot.c @@ -21,7 +21,7 @@ #include #include #include -#include +#include void arch_payload_run(const struct payload *payload) { -- cgit v1.2.3