summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-07-20 08:04:11 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-07-26 08:31:31 +0200
commit4d85cb974a5f95a98f81a5efd45f9956ca8c4858 (patch)
treefead2940d3654d6c4ac50ef53d02a7594e1a66ed /arch/arm/mach-omap
parentcb47ddee1b700d910c0459c71ce7a98035e5de5b (diff)
downloadbarebox-4d85cb974a5f95a98f81a5efd45f9956ca8c4858.tar.gz
barebox-4d85cb974a5f95a98f81a5efd45f9956ca8c4858.tar.xz
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 <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-omap')
-rw-r--r--arch/arm/mach-omap/omap_generic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap/omap_generic.c b/arch/arm/mach-omap/omap_generic.c
index d27c7a867f..1d03eac119 100644
--- a/arch/arm/mach-omap/omap_generic.c
+++ b/arch/arm/mach-omap/omap_generic.c
@@ -15,7 +15,7 @@
#include <common.h>
#include <bootsource.h>
#include <envfs.h>
-#include <boot.h>
+#include <bootm.h>
#include <init.h>
#include <io.h>
#include <fs.h>