diff options
author | Suman Anna | 2020-10-28 17:13:24 -0500 |
---|---|---|
committer | Dan Murphy | 2020-11-06 09:02:05 -0600 |
commit | 7b4fe13d642d69a559724349aede4817891008a7 (patch) | |
tree | 147333620b0516f58088153195074d53802dbad7 /soc/am65x_sr2 | |
parent | 529cba75e8e08084d011cc7ce73c618e1e18e069 (diff) | |
download | k3-image-gen-7b4fe13d642d69a559724349aede4817891008a7.tar.gz k3-image-gen-7b4fe13d642d69a559724349aede4817891008a7.tar.xz k3-image-gen-7b4fe13d642d69a559724349aede4817891008a7.zip |
Makefile: Introduce SCIFS variable to account for SYSFW name variations07.01.00.005
The System Firmware functionality on K3 J721E and J7200 SoCs has been
reduced to only cater to the foundational security pieces starting from
SYSFW 2020.08, and the binaries have been renamed accordingly.
Introduce a Makefile variable SCIFS to account for these changes.
Signed-off-by: Suman Anna <s-anna@ti.com>
Acked-by: Praneeth Bajjuri <praneeth@ti.com>
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Diffstat (limited to 'soc/am65x_sr2')
-rw-r--r-- | soc/am65x_sr2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/soc/am65x_sr2/Makefile b/soc/am65x_sr2/Makefile index 8f091cd5c..585f116dc 100644 --- a/soc/am65x_sr2/Makefile +++ b/soc/am65x_sr2/Makefile | |||
@@ -31,6 +31,7 @@ | |||
31 | # | 31 | # |
32 | 32 | ||
33 | LOADADDR ?= 0x40000 | 33 | LOADADDR ?= 0x40000 |
34 | SCIFS = sci | ||
34 | 35 | ||
35 | .PHONY: all | 36 | .PHONY: all |
36 | all: _objtree_build $(ITB) sysfw.itb | 37 | all: _objtree_build $(ITB) sysfw.itb |