summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2018-09-11 17:23:33 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2018-09-11 17:23:33 +0200
commitf97ae392215b34fd836ee44a377c619e568038a4 (patch)
tree5e75ae9fbf435dbd5391a37e863626ce9277f8c2 /images
parent44ca0897af60c6568c7f51923dd0ad29b09b034d (diff)
parent0079d4f1bc4005f859f55bdead10811dc70f6e28 (diff)
downloadbarebox-f97ae392215b34fd836ee44a377c619e568038a4.tar.gz
barebox-f97ae392215b34fd836ee44a377c619e568038a4.tar.xz
Merge branch 'for-next/mxs'
Diffstat (limited to 'images')
-rw-r--r--images/Makefile.mxs8
1 files changed, 8 insertions, 0 deletions
diff --git a/images/Makefile.mxs b/images/Makefile.mxs
index 93d43b3529..aab883202a 100644
--- a/images/Makefile.mxs
+++ b/images/Makefile.mxs
@@ -10,6 +10,14 @@ quiet_cmd_mxs_bootstream = MXS-BOOTSTREAM $@
$(obj)/%.mxsbs: $(obj)/%.pblx $(obj)/prep_%.pblb FORCE
$(call if_changed,mxs_bootstream)
+# %.mxsbsu - convert into unencrypted MXS BootStream image
+# ----------------------------------------------------------------
+quiet_cmd_mxs_bootstream_u = MXS-BOOTSTREAM-U $@
+ cmd_mxs_bootstream_u = $(objtree)/scripts/mxsimage -u -c $(CFG_$(@F)) -b $< -o $@ -p $(word 2,$^)
+
+$(obj)/%.mxsbsu: $(obj)/%.pblx $(obj)/prep_%.pblb FORCE
+ $(call if_changed,mxs_bootstream_u)
+
# %.mxssd - convert into MXS SD card image
# ----------------------------------------------------------------
quiet_cmd_mxs_sd = MXS-SD $@