summaryrefslogtreecommitdiffstats
path: root/doc/README.kwbimage
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-03-11 11:05:17 +0900
committerTom Rini <trini@ti.com>2014-03-12 17:04:52 -0400
commit4ab3fc5eba1d24f37ab33f83ea39c1f7082075d3 (patch)
treef9fcdda2081dc8fb6130c11ce880e7f72b1ba812 /doc/README.kwbimage
parente4536f8e379130b1bf3c0497f49c4f5a4da48c83 (diff)
downloadtalos-obmc-uboot-4ab3fc5eba1d24f37ab33f83ea39c1f7082075d3.tar.gz
talos-obmc-uboot-4ab3fc5eba1d24f37ab33f83ea39c1f7082075d3.zip
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 <yamada.m@jp.panasonic.com> Cc: Michael Walle <michael@walle.cc> Cc: Simon Guinot <simon.guinot@sequanux.org> Cc: Dave Purdy <david.c.purdy@gmail.com> Cc: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net> Cc: Luka Perkov <luka@openwrt.org> Cc: Valentin Longchamp <valentin.longchamp@keymile.com> Cc: Jason Cooper <u-boot@lakedaemon.net> Cc: Siddarth Gore <gores@marvell.com> Cc: Prafulla Wadaskar <prafulla@marvell.com> Cc: Eric Cooper <ecc@cmu.edu> Cc: Suriyan Ramasami <suriyan.r@gmail.com>
Diffstat (limited to 'doc/README.kwbimage')
-rw-r--r--doc/README.kwbimage2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.kwbimage b/doc/README.kwbimage
index 8ed708c356..13f6f92f68 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,
OpenPOWER on IntegriCloud