summaryrefslogtreecommitdiffstats
path: root/cfe/cfe/arch/mips/board/bcm63xx_ram/src/bcm63xx_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'cfe/cfe/arch/mips/board/bcm63xx_ram/src/bcm63xx_cmd.c')
-rwxr-xr-xcfe/cfe/arch/mips/board/bcm63xx_ram/src/bcm63xx_cmd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cfe/cfe/arch/mips/board/bcm63xx_ram/src/bcm63xx_cmd.c b/cfe/cfe/arch/mips/board/bcm63xx_ram/src/bcm63xx_cmd.c
index 111e73f..15a2b82 100755
--- a/cfe/cfe/arch/mips/board/bcm63xx_ram/src/bcm63xx_cmd.c
+++ b/cfe/cfe/arch/mips/board/bcm63xx_ram/src/bcm63xx_cmd.c
@@ -972,8 +972,8 @@ static int bootCompressedImage(unsigned int *puiCmpImage, int retry)
ulCrc = getCrc32((unsigned char *) puiImg, (UINT32) nImgLen, ulCrc);
if( ulCrc != ulImgCrc)
{
- printf("Linux file system CRC error. Corrupted image?\n");
- ret = -1;
+ printf("Linux file system CRC error. Ignored\n");
+ //ret = -1;
}
}