From 4d85cb974a5f95a98f81a5efd45f9956ca8c4858 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 20 Jul 2016 08:04:11 +0200 Subject: include: Move bulk of boot.h to bootm.h The majority of the stuff currently in include/boot.h is about bootm code implemented common/bootm.c. To be more consistent move it to a new file include/bootm.h. Signed-off-by: Sascha Hauer --- common/bootm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common/bootm.c') diff --git a/common/bootm.c b/common/bootm.c index 27d20f2c72..78d04d5806 100644 --- a/common/bootm.c +++ b/common/bootm.c @@ -12,7 +12,7 @@ */ #include -#include +#include #include #include #include @@ -20,6 +20,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3