[U-Boot-Users] [PATCH 1/3] [NAND] Use the common declaration in NAND/OneNAND state

Scott Wood scottwood at freescale.com
Fri Jul 25 23:27:12 CEST 2008


On Fri, Jul 25, 2008 at 04:23:34PM +0900, Kyungmin Park wrote:
> +/*
> + * Enumeration for NAND/OneNAND flash chip state
> + */
> +enum {
> +	FL_READY,
> +	FL_READING,
> +	FL_WRITING,
> +	FL_ERASING,
> +	FL_SYNCING,
> +	FL_CACHEDPRG,
> +	FL_UNLOCKING,
> +	FL_LOCKING,
> +	FL_RESETING,
> +};

You add FL_CACHEDPRG, FL_UNLOCKING, and FL_RESETING, besides just
combining the two definitions.  Please describe what they're for in the
changelog.

-Scott




More information about the U-Boot mailing list