Skip to content

Commit b88d0bf

Browse files
tbr-tthenrikbrixandersen
authored andcommitted
soc: Enable SVT on GR716A by default
GR716A has limited instruction memory capacity. Enabling SVT saves 3.5 KiB. Signed-off-by: Martin Åberg <[email protected]>
1 parent fbd9dd4 commit b88d0bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

soc/gaisler/gr716a/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ if SOC_GR716A
66
config SPARC_NWIN
77
default 31
88

9+
config SPARC_SVT
10+
default y
11+
912
config SYS_CLOCK_HW_CYCLES_PER_SEC
1013
default 50000000
1114

0 commit comments

Comments
 (0)