summaryrefslogtreecommitdiffstats
path: root/include/boot.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/boot.h')
-rw-r--r--include/boot.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/boot.h b/include/boot.h
index 623f443c19..b67e034801 100644
--- a/include/boot.h
+++ b/include/boot.h
@@ -9,15 +9,13 @@ struct image_data {
struct image_handle *initrd;
const char *oftree;
int verify;
+ unsigned long initrd_address;
+ unsigned long initrd_size;
};
struct image_handler {
struct list_head list;
- char *cmdline_options;
- int (*cmdline_parse)(struct image_data *data, int opt, char *optarg);
- char *help_string;
-
int image_type;
int (*bootm)(struct image_data *data);
};