summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorBastian Krause <bst@pengutronix.de>2020-05-15 16:26:33 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-05-15 17:22:07 +0200
commit3e150564474af6cd16ef804d7226ef5237c74c11 (patch)
tree5bdd50604f1e6860da737244fb3d13be0393e435 /rules
parentf67dc22691a8671ea3306f768712d3185f453077 (diff)
downloadptxdist-3e150564474af6cd16ef804d7226ef5237c74c11.tar.gz
ptxdist-3e150564474af6cd16ef804d7226ef5237c74c11.tar.xz
ptxd_lib_imx_hab/template-barebox-imx-habv4: make number of SRKs configurable
Signed-off-by: Bastian Krause <bst@pengutronix.de> Message-Id: <20200515142641.812-8-bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/templates/template-barebox-imx-habv4-make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/templates/template-barebox-imx-habv4-make b/rules/templates/template-barebox-imx-habv4-make
index d8086f0cf..ec402afa1 100644
--- a/rules/templates/template-barebox-imx-habv4-make
+++ b/rules/templates/template-barebox-imx-habv4-make
@@ -74,7 +74,7 @@ $(STATEDIR)/barebox-@package@.compile:
@$(call targetinfo)
@$(call world/env, BAREBOX_@PACKAGE@) \
- ptxd_make_imx_habv4_gen_table "imx-habv4-srk%d"
+ ptxd_make_imx_habv4_gen_table "imx-habv4-srk%d" 4
@$(call world/compile, BAREBOX_@PACKAGE@)