summaryrefslogtreecommitdiffstats
path: root/include/boot.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-11-27 15:33:55 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-11-29 20:55:50 +0100
commit479c6e9506ecfe0b24407a9b3caefc3ed0c480d1 (patch)
tree635107bbd39f1eea6664aae465565455b7f8145e /include/boot.h
parent05b11670997997862ae18bb28ca70710afe75f95 (diff)
downloadbarebox-479c6e9506ecfe0b24407a9b3caefc3ed0c480d1.tar.gz
barebox-479c6e9506ecfe0b24407a9b3caefc3ed0c480d1.tar.xz
bootm: remove image handler options
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/boot.h')
-rw-r--r--include/boot.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/boot.h b/include/boot.h
index 623f443c19..4901598eb3 100644
--- a/include/boot.h
+++ b/include/boot.h
@@ -14,10 +14,6 @@ struct image_data {
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);
};