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 --- include/image-fit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/image-fit.h') diff --git a/include/image-fit.h b/include/image-fit.h index c9d6911a97..c49f958268 100644 --- a/include/image-fit.h +++ b/include/image-fit.h @@ -19,7 +19,7 @@ #define __IMAGE_FIT_H__ #include -#include +#include struct fit_handle { void *fit; -- cgit v1.2.3