mirror of https://gitee.com/openkylin/linux.git
OMAP3: RX51: Use OneNAND sync read / write
Use OneNAND sync read / write Signed-off-by: Adrian Hunter <adrian.hunter@nokia.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
6d453e84b5
commit
c8e6488f7b
|
@ -362,6 +362,7 @@ static struct omap_onenand_platform_data board_onenand_data = {
|
|||
.gpio_irq = 65,
|
||||
.parts = onenand_partitions,
|
||||
.nr_parts = ARRAY_SIZE(onenand_partitions),
|
||||
.flags = ONENAND_SYNC_READWRITE,
|
||||
};
|
||||
|
||||
static void __init board_onenand_init(void)
|
||||
|
|
Loading…
Reference in New Issue