
19 May
2012
19 May
'12
1:19 a.m.
On Mon, May 07, 2012 at 09:29:30PM -0000, Stefan Roese wrote:
Without this patch, boot shows this messages upon NAND detection:
NAND: ONFI flash detected ONFI param page 0 valid ONFI flash detected ONFI param page 0 valid 128 MiB
With this patch, its back to the U-Boot "standard":
NAND: 128 MiB
Tested on x600 (SPEAr600).
Signed-off-by: Stefan Roese sr@denx.de Cc: Amit Virdi amit.virdi@st.com Cc: Vipin Kumar vipin.kumar@st.com Cc: Scott Wood scottwood@freescale.com Acked-by: Amit Virdi amit.virdi@st.com
drivers/mtd/nand/nand_base.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
Applied to u-boot-nand-flash.
BTW, I don't see any boards enabling the ONFI code at the moment...
-Scott