Re: [U-Boot] [PATCH v2 0/3] kbuild: always use relative path for __FILE__

2017-10-15 Thread Masahiro Yamada
2017-10-14 6:39 GMT+09:00 Tom Rini : > On Sat, Oct 14, 2017 at 03:35:23AM +0900, Masahiro Yamada wrote: >> 2017-10-13 22:53 GMT+09:00 Tom Rini : >> > On Fri, Oct 13, 2017 at 09:21:19PM +0900, Masahiro Yamada wrote: >> >> 2017-10-13 21:11 GMT+09:00 Tom Rini : >> >> > On Fri, Oct 13, 2017 at 06:51:42

Re: [U-Boot] [PATCH v2 0/3] kbuild: always use relative path for __FILE__

2017-10-13 Thread Tom Rini
On Sat, Oct 14, 2017 at 03:35:23AM +0900, Masahiro Yamada wrote: > 2017-10-13 22:53 GMT+09:00 Tom Rini : > > On Fri, Oct 13, 2017 at 09:21:19PM +0900, Masahiro Yamada wrote: > >> 2017-10-13 21:11 GMT+09:00 Tom Rini : > >> > On Fri, Oct 13, 2017 at 06:51:42PM +0900, Masahiro Yamada wrote: > >> > > >

Re: [U-Boot] [PATCH v2 0/3] kbuild: always use relative path for __FILE__

2017-10-13 Thread Masahiro Yamada
2017-10-13 22:53 GMT+09:00 Tom Rini : > On Fri, Oct 13, 2017 at 09:21:19PM +0900, Masahiro Yamada wrote: >> 2017-10-13 21:11 GMT+09:00 Tom Rini : >> > On Fri, Oct 13, 2017 at 06:51:42PM +0900, Masahiro Yamada wrote: >> > >> >> We discussed the __FILE__ problem when U-Boot is built out of tree. >> >

Re: [U-Boot] [PATCH v2 0/3] kbuild: always use relative path for __FILE__

2017-10-13 Thread Masahiro Yamada
2017-10-13 22:53 GMT+09:00 Tom Rini : > On Fri, Oct 13, 2017 at 09:21:19PM +0900, Masahiro Yamada wrote: >> 2017-10-13 21:11 GMT+09:00 Tom Rini : >> > On Fri, Oct 13, 2017 at 06:51:42PM +0900, Masahiro Yamada wrote: >> > >> >> We discussed the __FILE__ problem when U-Boot is built out of tree. >> >

Re: [U-Boot] [PATCH v2 0/3] kbuild: always use relative path for __FILE__

2017-10-13 Thread Tom Rini
On Fri, Oct 13, 2017 at 09:21:19PM +0900, Masahiro Yamada wrote: > 2017-10-13 21:11 GMT+09:00 Tom Rini : > > On Fri, Oct 13, 2017 at 06:51:42PM +0900, Masahiro Yamada wrote: > > > >> We discussed the __FILE__ problem when U-Boot is built out of tree. > >> https://www.mail-archive.com/u-boot@lists.d

Re: [U-Boot] [PATCH v2 0/3] kbuild: always use relative path for __FILE__

2017-10-13 Thread Masahiro Yamada
2017-10-13 21:11 GMT+09:00 Tom Rini : > On Fri, Oct 13, 2017 at 06:51:42PM +0900, Masahiro Yamada wrote: > >> We discussed the __FILE__ problem when U-Boot is built out of tree. >> https://www.mail-archive.com/u-boot@lists.denx.de/msg242852.html >> >> The deeper your build directory is located, the

Re: [U-Boot] [PATCH v2 0/3] kbuild: always use relative path for __FILE__

2017-10-13 Thread Tom Rini
On Fri, Oct 13, 2017 at 06:51:42PM +0900, Masahiro Yamada wrote: > We discussed the __FILE__ problem when U-Boot is built out of tree. > https://www.mail-archive.com/u-boot@lists.denx.de/msg242852.html > > The deeper your build directory is located, the larger > your U-Boot image becomes. > If yo

[U-Boot] [PATCH v2 0/3] kbuild: always use relative path for __FILE__

2017-10-13 Thread Masahiro Yamada
We discussed the __FILE__ problem when U-Boot is built out of tree. https://www.mail-archive.com/u-boot@lists.denx.de/msg242852.html The deeper your build directory is located, the larger your U-Boot image becomes. If your platform has memory footprint limit, this is a problem. Recently, I submi