[U-Boot] [PATCH 6/6] EA20: do not use subpage write for NAND
Scott Wood
scottwood at freescale.com
Mon Apr 25 19:37:38 CEST 2011
On Fri, 22 Apr 2011 09:13:34 +0200
Stefano Babic <sbabic at denx.de> wrote:
> The only point is we need that the controller checks the parameters
> after the tail part, as the tail part scans the chip and sets its
> options, as the SUBPAGE flag. We could add a pre_adjust() and
> post_adjust() functions to be called after the head and tail part of the
> nand_scan().
This is what the tail function is supposed to be for. I don't see
where NAND_NO_AUTOINCR or NAND_NO_SUBPAGE_WRITE are called in the head
(nand_scan_ident/nand_get_flash_type) functions. I only see
NAND_BUSWIDTH_16 and NAND_4PAGE_ARRAY checked there.
-Scott
More information about the U-Boot
mailing list