cpu/cortex_m1: Minor cosmetic changes.
This commit is contained in:
parent
1211cb6ab5
commit
2508b16f38
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue