kasli: enlarge integrated CPU SRAM for DRTIO masters

Required by the bootloader netboot support.
pull/1387/head
Sebastien Bourdeauducq 2019-11-01 10:15:11 +08:00
parent a78e493b72
commit 42af76326f
1 changed files with 1 additions and 0 deletions

View File

@ -279,6 +279,7 @@ class MasterBase(MiniSoC, AMPSoC):
cpu_type="or1k",
sdram_controller_type="minicon",
l2_size=128*1024,
integrated_sram_size=8192,
ethmac_nrxslots=4,
ethmac_ntxslots=4,
**kwargs)