diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/image-fit.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/image-fit.c b/common/image-fit.c index 9224456b61..e3577e2dd7 100644 --- a/common/image-fit.c +++ b/common/image-fit.c @@ -542,7 +542,9 @@ void fit_image_print(const void *fit, int image_noffset, const char *p) } } } - +#else +void fit_print_contents(const void *fit) { } +void fit_image_print(const void *fit, int image_noffset, const char *p) { } #endif /* !defined(CONFIG_SPL_BUILD) || defined(CONFIG_SPL_FIT_PRINT) */ /** |