commit | 476f6bc38be1e7bb8882b8fa8107cd447b3f9f94 | [log] [tgz] |
---|---|---|
author | TsiChung Liew <Tsi-Chung.Liew@freescale.com> | Fri Oct 24 12:59:12 2008 +0000 |
committer | John Rigby <jrigby@freescale.com> | Mon Nov 03 09:45:59 2008 -0700 |
tree | f5e1e5d9517aefd8b071b5a4fd1fb0ec94cb943f | |
parent | 10e9a6e7cfe24eaac6c94bb00c28131951c9f63f [diff] |
ColdFire: Fix M5329EVB and M5373EVB nand issue 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 nand_dev_ready() to use common nand driver. Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>