Home
last modified time | relevance | path

Searched hist:"4 d2ca9d6a0452edeaf5922cbae3b939974114214" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/
H A Dcfi_flash.c4d2ca9d6a0452edeaf5922cbae3b939974114214 Mon Oct 25 16:31:39 UTC 2010 Stefan Roese <sr@denx.de> cfi_flash: Use flash_read32() in sector_erased()

The function sector_erased() is modified to not use pointer
access, but to use the correct accessor functions. This fixes a
problem on the t3corp board with the Xilinx DS617 flash chips. Here
a board specific accessor function is needed to read from flash
in 32bit mode. This patch enables such an operation mode.

Signed-off-by: Stefan Roese <sr@denx.de>