Hi,
When i use nand read (uboot) in custom DM385 with IPNC RDK 3.5, the speed of operation is very slow.
For fast read we use GPMC prefetch read, I applied below patch (attached).
In omap_nand_read_buf function()
Its hang when *buf++ = *(volatile uint8_t *)(nand_fifo_add); instruction execting.
Is there any memory access issue because when i try to read that memory only hangs?
Regards,
RAJ M