AT91: Change nand buswidth logic to match hardware default configuration
authorNicolas Ferre <nicolas.ferre@atmel.com>
Fri, 1 Jul 2011 10:25:24 +0000 (12:25 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 4 Jul 2011 21:22:25 +0000 (23:22 +0200)
The recently modified nand buswitth configuration is not aligned with
board reality: the double footprint on boards is always populated with 8bits
buswidth nand flashes.
So we have to consider that without particular configuration the 8bits
buswidth is selected by default.
Moreover, the previous logic was always using !board_have_nand_8bit(), we
change it to a simpler: board_have_nand_16bit().

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Tested-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

No differences found