summaryrefslogtreecommitdiffstats
path: root/common/uimage.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/uimage.c')
-rw-r--r--common/uimage.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/common/uimage.c b/common/uimage.c
index 06f97f0944..c9283b82d1 100644
--- a/common/uimage.c
+++ b/common/uimage.c
@@ -29,17 +29,10 @@
#include <filetype.h>
#include <memory.h>
-#ifdef CONFIG_UIMAGE_MULTI
static inline int uimage_is_multi_image(struct uimage_handle *handle)
{
return (handle->header.ih_type == IH_TYPE_MULTI) ? 1 : 0;
}
-#else
-static inline int uimage_is_multi_image(struct uimage_handle *handle)
-{
- return 0;
-}
-#endif
void uimage_print_contents(struct uimage_handle *handle)
{