aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYogesh Siraswar2021-11-18 11:21:20 -0600
committerVignesh Raghavendra2021-11-18 11:50:50 -0600
commit0a8a5da1d4efa661077b44b8d275bbf4b8460cb2 (patch)
tree7cab225c38ca34666d603e9cf8109eaf90466ac0
parenteafd9875ead461b0c73f7211f330270e75dfc9e1 (diff)
downloadk3-image-gen-0a8a5da1d4efa661077b44b8d275bbf4b8460cb2.tar.gz
k3-image-gen-0a8a5da1d4efa661077b44b8d275bbf4b8460cb2.tar.xz
k3-image-gen-0a8a5da1d4efa661077b44b8d275bbf4b8460cb2.zip
Makefile: default X509 SWRV to 1
Default X509 SWRV to 1. Any device requiring SWRV other than 1 needs to be provided as build parameter. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bd4d89d59..18e2cf8c0 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ BUILD_SRC ?= .
46O ?= out 46O ?= out
47BIN_DIR ?= . 47BIN_DIR ?= .
48 48
49SW_REV ?= 0 49SW_REV ?= 1
50 50
51srcroot = $(BUILD_SRC) 51srcroot = $(BUILD_SRC)
52soc_srcroot = $(srcroot)/soc/${BASE_SOC}/${CONFIG} 52soc_srcroot = $(srcroot)/soc/${BASE_SOC}/${CONFIG}