summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/common.h b/include/common.h
index 3df1f7fbfd..c38257177e 100644
--- a/include/common.h
+++ b/include/common.h
@@ -57,7 +57,7 @@
typedef void (interrupt_handler_t)(void *);
-#include <asm/u-boot.h> /* boot information for Linux kernel */
+#include <asm/barebox.h> /* boot information for Linux kernel */
/*
* Function Prototypes
@@ -130,8 +130,8 @@ int parse_area_spec(const char *str, ulong *start, ulong *size);
/* Just like simple_strtoul(), but this one honors a K/M/G suffix */
unsigned long strtoul_suffix(const char *str, char **endp, int base);
-void start_uboot(void);
-void shutdown_uboot(void);
+void start_barebox(void);
+void shutdown_barebox(void);
int arch_execute(unsigned long address, int argc, char *argv[]);