summaryrefslogtreecommitdiffstats
path: root/include/image.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-11-25 19:09:07 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-11-29 20:55:50 +0100
commitac4854be5e67b4d19884fb4462982d91ca9bc815 (patch)
tree13c49579edc3ab7edeafcfae7c97433255d7a6ca /include/image.h
parent88611e7448842749ccdd7193f4e0fc4d0a2bbe6c (diff)
downloadbarebox-ac4854be5e67b4d19884fb4462982d91ca9bc815.tar.gz
barebox-ac4854be5e67b4d19884fb4462982d91ca9bc815.tar.xz
factor out iminfo command
The rests of U-Boots iminfo command are sitting in commands/bootm.c and are in a nonusable state. Factor it out to its own file and make it work again. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/image.h')
-rw-r--r--include/image.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/image.h b/include/image.h
index 691bf2d88b..f3a9949e54 100644
--- a/include/image.h
+++ b/include/image.h
@@ -335,9 +335,6 @@ void image_print_size(uint32_t size);
void image_print_contents(const image_header_t *hdr, void *data);
-/* commamds/bootm.c */
-void print_image_hdr (image_header_t *hdr);
-
/*
* Load an image into memory. Returns a pointer to the loaded
* image.