Re: [U-Boot] [PATCH] common: env_mmc: Use __weak annotation to simplify code

2013-01-27 Thread Stefano Babic
On 08/01/2013 16:36, Fabio Estevam wrote: > Using the __weak annotation can make the code cleaner. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engine

Re: [U-Boot] [PATCH] common: env_mmc: Use __weak annotation to simplify code

2013-01-08 Thread Marek Vasut
Dear Fabio Estevam, > Using the __weak annotation can make the code cleaner. > > Signed-off-by: Fabio Estevam Just a quickie -- have you checked that noone is using the "default" versions of all these functions you annotate with __weak? Other than that: Acked-by: Marek Vasut > --- > comm