From ba579b18341dceea4da16b2d026ad4f3c559c2b1 Mon Sep 17 00:00:00 2001 From: "Mathieu J. Poirier" Date: Tue, 31 May 2011 11:43:46 -0600 Subject: Silencing TOC and itp error messages not applicable to snowball. Signed-off-by: Mathieu Poirier --- board/st/u8500/mcde_display_image.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'board') diff --git a/board/st/u8500/mcde_display_image.c b/board/st/u8500/mcde_display_image.c index 12397354b..a66a35f14 100644 --- a/board/st/u8500/mcde_display_image.c +++ b/board/st/u8500/mcde_display_image.c @@ -14,6 +14,7 @@ #include #include #include +#include #include "mcde.h" #include "mcde_display.h" @@ -161,7 +162,7 @@ int mcde_display_image(struct mcde_chnl_state *chnl) if (toc_load_toc_entry(&emmc_dev->block_dev, MCDE_TOC_SPLASH_NAME, 0, 0, address)) { - printf("mcde_display_image: no splash image found.\n"); + HREF_PRINTF("mcde_display_image: no splash image found.\n"); return -ENOENT; } -- cgit v1.2.3