summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorMathieu J. Poirier <mathieu.poirier@linaro.org>2011-05-31 11:43:46 -0600
committerMathieu J. Poirier <mathieu.poirier@linaro.org>2011-05-31 11:47:15 -0600
commitba579b18341dceea4da16b2d026ad4f3c559c2b1 (patch)
treeddb90f0547c37f9e69b7ad40f93999828082dc62 /board
parent9ab1032e6771f3ba92e85b9eb94f2f35a94943cc (diff)
Silencing TOC and itp error messages not applicable to snowball.
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Diffstat (limited to 'board')
-rw-r--r--board/st/u8500/mcde_display_image.c3
1 files changed, 2 insertions, 1 deletions
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 <mmc.h>
#include <bmp_layout.h>
#include <asm/arch/common.h>
+#include <asm/arch/cpu.h>
#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;
}