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 --- commands/boot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/boot.c') diff --git a/commands/boot.c b/commands/boot.c index 719ad95bc4..baf274030f 100644 --- a/commands/boot.c +++ b/commands/boot.c @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include #include #include -- cgit v1.2.3