On 14 July 2017 at 05:54, Mario Six <[email protected]> wrote: > Some functions in the fsl_i2c driver are declared as inline, even though > they are quite large, which needlessly increases the size of the > resulting binary. > > This patch removes the inline declarations. > > Signed-off-by: Mario Six <[email protected]> > --- > > drivers/i2c/fsl_i2c.c | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-)
Reviewed-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

