Re: [U-Boot] [PATCH v2 1/7] tegra: Clarify generation of -nodtb file with OF_CONTROL

2016-01-31 Thread Masahiro Yamada
Hi Simon, 2016-01-29 12:24 GMT+09:00 Simon Glass : > Fix the ALL-y logic in the Makefile so that is clear that we always want > the -nodtb file. > > Signed-off-by: Simon Glass > --- This commit introduces a build error for the combination of CONFIG_TEGRA=y and CONFIG_EMBED=y. (and fixed by 4

[U-Boot] [PATCH v2 1/7] tegra: Clarify generation of -nodtb file with OF_CONTROL

2016-01-28 Thread Simon Glass
Fix the ALL-y logic in the Makefile so that is clear that we always want the -nodtb file. Signed-off-by: Simon Glass --- Changes in v2: - Rewrite this commit based on tegra feedback Makefile | 15 +-- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefil