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 +- src/arch/arm64/boot.c | 2 +- src/arch/riscv/boot.c | 2 +- src/arch/x86/boot/boot.c | 2 +- src/arch/x86/lib/cbfs_and_run.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/arch') 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) { diff --git a/src/arch/arm64/boot.c b/src/arch/arm64/boot.c index 85b2cce95f..5217a9f3b0 100644 --- a/src/arch/arm64/boot.c +++ b/src/arch/arm64/boot.c @@ -21,7 +21,7 @@ #include #include #include -#include +#include void arch_payload_run(const struct payload *payload) { diff --git a/src/arch/riscv/boot.c b/src/arch/riscv/boot.c index ecaf86fde3..ff65cc3008 100644 --- a/src/arch/riscv/boot.c +++ b/src/arch/riscv/boot.c @@ -19,7 +19,7 @@ #include #include -#include +#include #include void arch_payload_run(const struct payload *payload) diff --git a/src/arch/x86/boot/boot.c b/src/arch/x86/boot/boot.c index 29070a0ce1..8f7f0e01d0 100644 --- a/src/arch/x86/boot/boot.c +++ b/src/arch/x86/boot/boot.c @@ -1,6 +1,6 @@ #include #include -#include +#include #include #include diff --git a/src/arch/x86/lib/cbfs_and_run.c b/src/arch/x86/lib/cbfs_and_run.c index ca8d61be54..d279b72e40 100644 --- a/src/arch/x86/lib/cbfs_and_run.c +++ b/src/arch/x86/lib/cbfs_and_run.c @@ -18,7 +18,7 @@ */ #include -#include +#include void asmlinkage copy_and_run(void) { -- cgit v1.2.3