
3 Nov
2009
3 Nov
'09
1:14 p.m.
Dear Wolfgang,
- printf("s3c2410_nand_correct_data: not implemented\n");
- debugX(1, "s3c2410_nand_correct_data: not implemented\n");
I think this should remain a printf().
Since when booting from nand flash, the printf() is not available in the early stage, here I replace printf() with debugX() to avoid using the undefined function.
BR. Hui.