soc: Enable SVT on GR716A by default
GR716A has limited instruction memory capacity. Enabling SVT saves 3.5 KiB. Signed-off-by: Martin Åberg <martin.aberg@gaisler.com>
This commit is contained in:
parent
fbd9dd4526
commit
b88d0bf8c7
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@ if SOC_GR716A
|
||||||
config SPARC_NWIN
|
config SPARC_NWIN
|
||||||
default 31
|
default 31
|
||||||
|
|
||||||
|
config SPARC_SVT
|
||||||
|
default y
|
||||||
|
|
||||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||||
default 50000000
|
default 50000000
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue