commit | ed6c1ab1a2b98059c63589ad3be8b555b26d3ce2 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Tue Sep 14 05:20:19 2021 +0200 |
committer | Marek Vasut <marex@denx.de> | Wed Sep 22 21:31:05 2021 +0200 |
tree | 81f78f23808904eb8aca711802c70e876fd98380 | |
parent | bdc4b619b7f091b2ef3cff1740ba84e58f6b17c9 [diff] |
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 <marex@denx.de> Cc: Siew Chin Lim <elly.siew.chin.lim@intel.com> Cc: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> Cc: Tien Fong Chee <tien.fong.chee@intel.com>