[U-Boot] [PATCH v2 09/11] S3C24XX: Add NAND Flash driver

Tom Rini trini at ti.com
Fri Sep 14 20:47:08 CEST 2012


On Fri, Sep 14, 2012 at 06:29:00PM +0100, Jos?? Miguel Gon??alves wrote:

> NAND Flash driver with HW ECC for the S3C24XX SoCs.
> Currently it only supports SLC NAND chips.
> 
> Signed-off-by: Jos?? Miguel Gon??alves <jose.goncalves at inov.pt>
[snip]
> +#ifdef CONFIG_SPL_BUILD
> +#define printf(arg...) do {} while (0)
> +#endif

As Marek pointed out, this isn't the right way to do this.

[snip]
> +	case 2:		/* Multiple error */
> +	case 3:		/* ECC area error */
> +		printf("S3C24XX NAND: ECC uncorrectable error detected.\n");

Use puts() here.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120914/c08fc150/attachment.pgp>


More information about the U-Boot mailing list