On Fri, 22 Apr 2011 09:13:34 +0200
Stefano Babic <sba...@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

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to