[U-Boot] [PATCH] doc: fix documentation of output directory
Masahiro Yamada
yamada.m at jp.panasonic.com
Wed Nov 5 08:16:44 CET 2014
Hi Timo,
On Tue, 4 Nov 2014 12:56:50 +0200
Timo Ketola <timo at exertus.fi> 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 generate kirkwood boot
> image that can be flashed on the board NAND/SPI flash. The make target
> which uses mkimage to produce such an image is "u-boot.kwb". For example:
>
> - export BUILD_DIR=/tmp/build
> + export KBUILD_OUTPUT=/tmp/build
Correct.
> 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
Best Regards
Masahiro Yamada
More information about the U-Boot
mailing list