summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <[email protected]>2014-03-11 11:05:17 +0900
committerTom Rini <[email protected]>2014-03-12 17:04:52 -0400
commit4ab3fc5eba1d24f37ab33f83ea39c1f7082075d3 (patch)
treef9fcdda2081dc8fb6130c11ce880e7f72b1ba812 /Makefile
parente4536f8e379130b1bf3c0497f49c4f5a4da48c83 (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 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 198efa3174d..8a1fe9bcaef 100644
--- a/Makefile
+++ b/Makefile
@@ -802,8 +802,8 @@ MKIMAGEFLAGS_u-boot.img = -A $(ARCH) -T firmware -C none -O u-boot \
-a $(CONFIG_SYS_TEXT_BASE) -e $(CONFIG_SYS_UBOOT_START) \
-n "U-Boot $(UBOOTRELEASE) for $(BOARD) board"
-MKIMAGEFLAGS_u-boot.kwb = -n $(CONFIG_SYS_KWD_CONFIG) -T kwbimage \
- -a $(CONFIG_SYS_TEXT_BASE) -e $(CONFIG_SYS_TEXT_BASE)
+MKIMAGEFLAGS_u-boot.kwb = -n $(srctree)/$(CONFIG_SYS_KWD_CONFIG:"%"=%) \
+ -T kwbimage -a $(CONFIG_SYS_TEXT_BASE) -e $(CONFIG_SYS_TEXT_BASE)
MKIMAGEFLAGS_u-boot.pbl = -n $(srctree)/$(CONFIG_SYS_FSL_PBL_RCW:"%"=%) \
-R $(srctree)/$(CONFIG_SYS_FSL_PBL_PBI:"%"=%) -T pblimage