arm-trusted-firmware/drivers/mtd/nand
Lionel Debieve ea30694561 nand: raw_nand: fix timeout issue in nand_wait_ready
nand_wait_ready is called with a millisecond delay
but the timeout used a micro second. Fixing the conversion
in the timeout call.
The prototype of the function is also changed to use an unsigned int
parameter.

Change-Id: Ia3281be7980477dfbfdb842308d35ecd8b926fb8
Signed-off-by: Lionel Debieve <lionel.debieve@st.com>
Signed-off-by: Yann Gautier <yann.gautier@st.com>
2020-09-24 09:32:23 +02:00
..
core.c Add raw NAND framework 2020-01-20 11:32:59 +01:00
raw_nand.c nand: raw_nand: fix timeout issue in nand_wait_ready 2020-09-24 09:32:23 +02:00
spi_nand.c Add SPI-NAND framework 2020-01-20 11:32:59 +01:00