summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/boot.c2
-rw-r--r--commands/bootm.c2
2 files changed, 2 insertions, 2 deletions
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 <libgen.h>
#include <malloc.h>
#include <clock.h>
-#include <boot.h>
+#include <bootm.h>
#include <glob.h>
#include <init.h>
#include <menu.h>
diff --git a/commands/bootm.c b/commands/bootm.c
index 6bedb007b5..61b9086a15 100644
--- a/commands/bootm.c
+++ b/commands/bootm.c
@@ -32,7 +32,7 @@
#include <fcntl.h>
#include <fs.h>
#include <errno.h>
-#include <boot.h>
+#include <bootm.h>
#include <of.h>
#include <rtc.h>
#include <init.h>