
21 Sep
2013
21 Sep
'13
2:07 p.m.
On Wed, Sep 18, 2013 at 12:01:27PM +0900, 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_COMPILE=<your_compiler_prefix>
it works fine as it did before.
But if you do them in one time like follows:
make omap4_panda CROSS_COMPILE=<your_compiler_prefix>
The log is sprinkled with annoying make debug messages.
This commit deletes -d option again.
Signed-off-by: Masahiro Yamada yamada.m@jp.panasonic.com Tested-by: Nishanth Menon nm@ti.com
Applied to u-boot/master, thanks!
--
Tom