Re: [U-Boot] [PATCH] Makefile: Do not show make debug messages

2013-09-19 Thread Nishanth Menon
On 09/19/2013 08:00 AM, Nishanth Menon wrote: > On 09/17/2013 10:01 PM, Masahiro Yamada wrote: >> In commit 27af930, the top Makefile was adjusted to the new >> boards.cfg format. >> >> But at the same time, -d option was added. >> >> If you configure and make separately, for example >> like follow

Re: [U-Boot] [PATCH] Makefile: Do not show make debug messages

2013-09-19 Thread Nishanth Menon
On 09/17/2013 10:01 PM, Masahiro Yamada wrote: > In commit 27af930, the top Makefile was adjusted to the new > boards.cfg format. > > But at the same time, -d option was added. > > If you configure and make separately, for example > like follows: > > make omap4_panda_config > make CROSS_

[U-Boot] [PATCH] Makefile: Do not show make debug messages

2013-09-17 Thread Masahiro Yamada
In commit 27af930, the top Makefile was adjusted to the new boards.cfg format. But at the same time, -d option was added. If you configure and make separately, for example like follows: make omap4_panda_config make CROSS_COMPILE= it works fine as it did before. But if you do them in on