summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2015-02-06 12:02:59 -0500
committerTom Rini <trini@ti.com>2015-02-06 12:02:59 -0500
commit5c123f5fbfa2f7ae43f08a0f92073e90330d704a (patch)
tree8f79c94d7a04301d3ef51b4bc10571acc7bc9706 /Makefile
parent4e79908044e4ebf186464cf118497458faf0903c (diff)
parent68102b81e8fb699087ec5757a75676c6c65af3fd (diff)
downloadu-boot-imx-5c123f5fbfa2f7ae43f08a0f92073e90330d704a.zip
u-boot-imx-5c123f5fbfa2f7ae43f08a0f92073e90330d704a.tar.gz
u-boot-imx-5c123f5fbfa2f7ae43f08a0f92073e90330d704a.tar.bz2
Merge git://git.denx.de/u-boot-marvell
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 92faed6..76bae8b 100644
--- a/Makefile
+++ b/Makefile
@@ -856,12 +856,18 @@ MKIMAGEFLAGS_u-boot.img = -A $(ARCH) -T firmware -C none -O u-boot \
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-spl.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
u-boot.img u-boot.kwb u-boot.pbl: u-boot.bin FORCE
$(call if_changed,mkimage)
+u-boot-spl.kwb: u-boot.img spl/u-boot-spl.bin FORCE
+ $(call if_changed,mkimage)
+
MKIMAGEFLAGS_u-boot-dtb.img = $(MKIMAGEFLAGS_u-boot.img)
u-boot-dtb.img: u-boot-dtb.bin FORCE