diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-03-11 11:05:17 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-03-12 17:04:52 -0400 |
commit | 4ab3fc5eba1d24f37ab33f83ea39c1f7082075d3 (patch) | |
tree | f9fcdda2081dc8fb6130c11ce880e7f72b1ba812 /include/configs/lacie_kw.h | |
parent | e4536f8e379130b1bf3c0497f49c4f5a4da48c83 (diff) | |
download | u-boot-imx-4ab3fc5eba1d24f37ab33f83ea39c1f7082075d3.zip u-boot-imx-4ab3fc5eba1d24f37ab33f83ea39c1f7082075d3.tar.gz u-boot-imx-4ab3fc5eba1d24f37ab33f83ea39c1f7082075d3.tar.bz2 |
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 'include/configs/lacie_kw.h')
-rw-r--r-- | include/configs/lacie_kw.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/lacie_kw.h b/include/configs/lacie_kw.h index f6e79ba..2d2e23a 100644 --- a/include/configs/lacie_kw.h +++ b/include/configs/lacie_kw.h @@ -80,9 +80,9 @@ * from the Network Space v2 */ #if defined(CONFIG_INETSPACE_V2) -#define CONFIG_SYS_KWD_CONFIG $(SRCTREE)/$(CONFIG_BOARDDIR)/kwbimage-is2.cfg +#define CONFIG_SYS_KWD_CONFIG $(CONFIG_BOARDDIR)/kwbimage-is2.cfg #elif defined(CONFIG_NETSPACE_LITE_V2) || defined(CONFIG_NETSPACE_MINI_V2) -#define CONFIG_SYS_KWD_CONFIG $(SRCTREE)/$(CONFIG_BOARDDIR)/kwbimage-ns2l.cfg +#define CONFIG_SYS_KWD_CONFIG $(CONFIG_BOARDDIR)/kwbimage-ns2l.cfg #endif /* |