[U-Boot] [PATCH] ColdFire: Fix M5329EVB and M5373EVB nand issue

2009-03-17 Thread Tsi-Chung Liew
From: TsiChung Liew The Nand flash was unable to read and write properly due to Nand Chip Select (nCE) setup was in reverse order. Also, increase the Nand time out value to 60. Signed-off-by: TsiChung Liew --- board/freescale/m5329evb/nand.c |6 -- board/freescale/m5373evb/nand.c |

[U-Boot] [PATCH] ColdFire: Fix M5329EVB and M5373EVB nand issue

2008-10-27 Thread Tsi-Chung Liew
From: TsiChung Liew <[EMAIL PROTECTED]> Fix compilation issue caused by a few mismatches. Provide proper nand chip select enable/disable in nand_hwcontrol() rather than in board_nand_init() just enable once. Remove redundant local nand driver functions - nand_read_byte(), nand_write_byte() and nan