Re: [U-Boot] [PATCH 3/3] arm : at91sam9x5 : fix a small bug for NAND

2012-08-17 Thread Andreas Bießmann
Dear Bo Shen, On 16.08.2012 06:44, Bo Shen wrote: > fix a bug: > when not boot from NAND, the NAND flash can not be detected. > Using this to fix it > > Signed-off-by: Bo Shen > --- applied to u-boot-atmel/master, thnaks! Best regards Andreas Bießmann

[U-Boot] [PATCH 3/3] arm : at91sam9x5 : fix a small bug for NAND

2012-08-15 Thread Bo Shen
fix a bug: when not boot from NAND, the NAND flash can not be detected. Using this to fix it Signed-off-by: Bo Shen --- board/atmel/at91sam9x5ek/at91sam9x5ek.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/board/atmel/at91sam9x5ek/at91sam9x5ek.c b/board/atmel/at91sam9x5ek/at91sam