Change to Aspect definitions
This commit is contained in:
parent
2a3a411197
commit
efb48f02cf
|
|
@ -1,10 +1,11 @@
|
||||||
with System;
|
with System;
|
||||||
|
|
||||||
package Interfaces.RP2040 is
|
package Interfaces.RP2040
|
||||||
|
with Pure is
|
||||||
|
|
||||||
ROM_Base : constant System.Address :=
|
ROM_Base : constant System.Address :=
|
||||||
System'To_Address (16#00000000#);
|
System'To_Address (16#00000000#);
|
||||||
|
|
||||||
XIP_Base : constant System.Address :=
|
XIP_Base : constant System.Address :=
|
||||||
System'To_Address (16#10000000#);
|
System'To_Address (16#10000000#);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user