summaryrefslogtreecommitdiffstats
path: root/include/boot.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/boot.h')
-rw-r--r--include/boot.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/boot.h b/include/boot.h
index 971a40390a..ccce8e1a42 100644
--- a/include/boot.h
+++ b/include/boot.h
@@ -41,11 +41,15 @@ struct image_data {
unsigned long initrd_address;
+ char *oftree_file;
+ int oftree_num;
+
struct device_node *of_root_node;
struct fdt_header *oftree;
int verify;
int verbose;
+ int force;
};
struct image_handler {
@@ -88,4 +92,8 @@ static inline int linux_bootargs_overwrite(const char *bootargs)
}
#endif
+#define UIMAGE_SOME_ADDRESS (UIMAGE_INVALID_ADDRESS - 1)
+
+int bootm_boot(struct image_data *);
+
#endif /* __BOOT_H */