On Fri, Oct 24, 2014 at 04:18:30PM -0400, Tom Rini wrote: > From: Jeroen Hofstee <[email protected]> > > For various reasons (flash access design, errata work-around) some > platforms need to implement their own flash_read/write functions, so > mark them as __weak. A follow-up cleanup here would be to remove > CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS if this is always known at > compile-time, as it appears to be. > > Signed-off-by: Jeroen Hofstee <[email protected]> > Signed-off-by: Tom Rini <[email protected]>
On IRC, Jeroen pointed out that this way does change behavior and potentially performance since in the normal case these functions no longer get inlined. So I'm withdrawing this patch. -- Tom
signature.asc
Description: Digital signature
_______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

