summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorMathieu J. Poirier <mathieu.poirier@linaro.org>2011-05-31 11:43:46 -0600
committerMats Bergstrom <mats.m.bergstrom@stericsson.com>2011-10-06 12:46:34 +0200
commit84f955c017bbef62c2185395136e0e7793230e80 (patch)
tree86019d8879b89746b37fa1ce911606ea5a648485 /board
parent0701352c0467e66034092645c32d02a394b03399 (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;
}