summaryrefslogtreecommitdiff
path: root/src/arch/arm64/boot.c
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2015-03-17 11:43:44 -0500
committerAaron Durbin <adurbin@google.com>2015-03-20 19:25:29 +0100
commit04654a2eff08f8956734e65946bdbaad87f51d56 (patch)
tree2b555e36f80cf1a982bc0d9c611aca8fab49ac0d /src/arch/arm64/boot.c
parent3486d1fbe8deaf2062bd4c0c14b7f96f78dfce8f (diff)
downloadcoreboot-04654a2eff08f8956734e65946bdbaad87f51d56.tar.xz
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>
Diffstat (limited to 'src/arch/arm64/boot.c')
-rw-r--r--src/arch/arm64/boot.c2
1 files changed, 1 insertions, 1 deletions
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 <arch/stages.h>
#include <cbmem.h>
#include <console/console.h>
-#include <payload_loader.h>
+#include <program_loading.h>
void arch_payload_run(const struct payload *payload)
{