Home
last modified time | relevance | path

Searched hist:"00 dcb07c545a6c5650fa5d2350b4f3f14e92274c" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/
H A Dcfi_flash.c00dcb07c545a6c5650fa5d2350b4f3f14e92274c Wed Oct 08 20:57:23 UTC 2014 Jeroen Hofstee <jeroen@myspectrum.nl> cti_flash.c: use __weak when requested for flash_(read|write){8,16,32,64}

For various reasons (design, errata) boards may need to implement their
own versions of these accessors. So in the case of
CONFIG_CFI_FLASH_USE_WEAK_ACCESSOR mark the functions as weak. In the
normal case mark them as static to allow for better optimization.

Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
[trini: Reword commit message]
Signed-off-by: Tom Rini <trini@ti.com>