cpu/cortex_m1: Minor cosmetic changes.

This commit is contained in:
Florent Kermarrec 2022-04-22 17:02:05 +02:00
parent 1211cb6ab5
commit 2508b16f38
1 changed files with 9 additions and 9 deletions

View File

@ -70,7 +70,7 @@ class CortexM1(CPU):
# Embedded ROM/SRAM.
p_ITCM_SIZE = 0, # Use LiteX's ROM.
p_DTCM_SIZE = 0, # Use LiteX's RAM.
p_DTCM_SIZE = 0, # Use LiteX's SRAM.
i_CFGITCMEN = 0, # 1 = alias ITCM at 0x0
# Interrupts.