diff options
| author | Masahiro Yamada <[email protected]> | 2014-03-11 11:05:17 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-03-12 17:04:52 -0400 |
| commit | 4ab3fc5eba1d24f37ab33f83ea39c1f7082075d3 (patch) | |
| tree | f9fcdda2081dc8fb6130c11ce880e7f72b1ba812 /doc | |
| parent | e4536f8e379130b1bf3c0497f49c4f5a4da48c83 (diff) | |
kirkwood: kwbimage: refactor CONFIG_SYS_KWD_CONFIG
Pull out "$(SRCTREE)/" from CONFIG_SYS_KWD_CONFIG
and push it into the top Makefile.
Signed-off-by: Masahiro Yamada <[email protected]>
Cc: Michael Walle <[email protected]>
Cc: Simon Guinot <[email protected]>
Cc: Dave Purdy <[email protected]>
Cc: Stefan Herbrechtsmeier <[email protected]>
Cc: Luka Perkov <[email protected]>
Cc: Valentin Longchamp <[email protected]>
Cc: Jason Cooper <[email protected]>
Cc: Siddarth Gore <[email protected]>
Cc: Prafulla Wadaskar <[email protected]>
Cc: Eric Cooper <[email protected]>
Cc: Suriyan Ramasami <[email protected]>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/README.kwbimage | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.kwbimage b/doc/README.kwbimage index 8ed708c3569..13f6f92f68e 100644 --- a/doc/README.kwbimage +++ b/doc/README.kwbimage @@ -42,7 +42,7 @@ Board specific configuration file specifications: kwbimage.cfg. The name can be set as part of the full path to the file using CONFIG_SYS_KWD_CONFIG (probably in include/configs/<yourboard>.h). The path should look like: - $(SRCTREE)/$(CONFIG_BOARDDIR)/<yourkwbimagename>.cfg + $(CONFIG_BOARDDIR)/<yourkwbimagename>.cfg 2. This file can have empty lines and lines starting with "#" as first character to put comments 3. This file can have configuration command lines as mentioned below, |
