1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-23 23:32:49 +02:00

[uboot-xburst] remove debug code

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
This commit is contained in:
Xiangfu Liu 2010-11-13 21:54:09 +08:00
parent ad70edeaa8
commit ce4de7524a

View File

@ -190,7 +190,6 @@ static int jz_nand_rs_correct_data(struct mtd_info *mtd, u_char *dat,
if (status & EMC_NFINTS_ERR) { if (status & EMC_NFINTS_ERR) {
if (status & EMC_NFINTS_UNCOR) { if (status & EMC_NFINTS_UNCOR) {
printk("uncorrectable ecc\n"); printk("uncorrectable ecc\n");
while(1);
return -1; return -1;
} }