Re: [U-Boot] [PATCH] doc: fix documentation of output directory

2014-11-05 Thread Masahiro YAMADA
Hi Timo, 2014-11-05 17:12 GMT+09:00 Timo Ketola : > On 05.11.2014 09:16, Masahiro Yamada wrote: >> On Tue, 4 Nov 2014 12:56:50 +0200 >> Timo Ketola wrote: >>>make distclean >>>make yourboard_config >>> - make $BUILD_DIR/u-boot.kwb >>> + make $KBUILD_OUTPUT/u-boot.kwb >> >> Should be >>

Re: [U-Boot] [PATCH] doc: fix documentation of output directory

2014-11-05 Thread Timo Ketola
On 05.11.2014 09:16, Masahiro Yamada wrote: > On Tue, 4 Nov 2014 12:56:50 +0200 > Timo Ketola wrote: >>make distclean >>make yourboard_config >> - make $BUILD_DIR/u-boot.kwb >> + make $KBUILD_OUTPUT/u-boot.kwb > > Should be > make yourboard_defconfig > make u-boot.kwb Sounds logical. B

Re: [U-Boot] [PATCH] doc: fix documentation of output directory

2014-11-04 Thread Masahiro Yamada
Hi Timo, On Tue, 4 Nov 2014 12:56:50 +0200 Timo Ketola wrote: > > diff --git a/doc/README.kwbimage b/doc/README.kwbimage > index 13f6f92..8c02298 100644 > --- a/doc/README.kwbimage > +++ b/doc/README.kwbimage > @@ -30,10 +30,10 @@ kwbimage support available with mkimage utility will > genera

[U-Boot] [PATCH] doc: fix documentation of output directory

2014-11-04 Thread Timo Ketola
Correct environment variable is KBUILD_OUTPUT. Signed-off-by: Timo Ketola --- README |6 +++--- doc/README.kwbimage |4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index 7b5538e..c3a9dfc 100644 --- a/README +++ b/README @@ -5012,14 +50