> -----Original Message----- > From: Marek Vasut <[email protected]> > Sent: Tuesday, 14 September, 2021 11:20 AM > To: [email protected] > Cc: Marek Vasut <[email protected]>; Lim, Elly Siew Chin > <[email protected]>; Simon Goldschmidt > <[email protected]>; Chee, Tien Fong > <[email protected]> > Subject: [PATCH] ddr: altera: use KBUILD_BASENAME instead of __FILE__ > > The KBUILD_BASENAME contains just the name of the compiled module, in this > case 'sequencer', rather than a full path to the compiled file. Use it to > prevent > pulling the full path into the U-Boot binary, which is useless and annoying. > > Signed-off-by: Marek Vasut <[email protected]> > Cc: Siew Chin Lim <[email protected]> > Cc: Simon Goldschmidt <[email protected]> > Cc: Tien Fong Chee <[email protected]> > --- > drivers/ddr/altera/sequencer.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) >
Reviewed-by: Tien Fong Chee <[email protected]> Regards, TF

