From: Masahiro Yamada <yamada.m@jp.panasonic.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] doc: fix documentation of output directory
Date: Wed, 05 Nov 2014 16:16:44 +0900 [thread overview]
Message-ID: <20141105161644.CB2D.AA925319@jp.panasonic.com> (raw)
In-Reply-To: <1415098610-28570-1-git-send-email-timo@exertus.fi>
Hi Timo,
On Tue, 4 Nov 2014 12:56:50 +0200
Timo Ketola <timo@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
next prev parent reply other threads:[~2014-11-05 7:16 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-04 10:56 [U-Boot] [PATCH] doc: fix documentation of output directory Timo Ketola
2014-11-05 7:16 ` Masahiro Yamada [this message]
2014-11-05 8:12 ` Timo Ketola
2014-11-05 14:25 ` Masahiro YAMADA
2014-11-06 12:39 ` [U-Boot] [PATCH v2] doc: fix documentation of out-of-tree build Timo Ketola
2014-11-10 21:27 ` [U-Boot] [U-Boot, " Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20141105161644.CB2D.AA925319@jp.panasonic.com \
--to=yamada.m@jp.panasonic.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox