summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-10-07 14:09:21 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-10-07 14:09:21 +0200
commit884f4d47c697b825a7e69fe51d3b409be58da5d0 (patch)
tree24226d1678b57d7a58947fe8899b41facf630878 /include
parent656f0370c1a572996fd8c7e284f7052aae89ccb1 (diff)
downloadbarebox-884f4d47c697b825a7e69fe51d3b409be58da5d0.tar.gz
barebox-884f4d47c697b825a7e69fe51d3b409be58da5d0.tar.xz
Revert "image: factorise image printing contents"
This reverts commit d424ce77f5e9295584252452dbd78eea562c9af0.
Diffstat (limited to 'include')
-rw-r--r--include/image.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/include/image.h b/include/image.h
index 2c5956d600..de11bf8db2 100644
--- a/include/image.h
+++ b/include/image.h
@@ -373,15 +373,7 @@ static inline int image_check_target_arch(const image_header_t *hdr)
return 1;
}
-#endif
-
-ulong image_multi_count(const image_header_t *hdr);
-void image_multi_getimg(const image_header_t *hdr, ulong idx,
- ulong *data, ulong *len);
-
-void image_print_size(uint32_t size);
-
-void image_print_contents(const void *ptr);
+#endif /* USE_HOSTCC */
/* commamds/bootm.c */
void print_image_hdr (image_header_t *hdr);