Skip to content

XIP_MAIN_BASE seems like redundant/deprecated name, since we have XIP_BASE #2240

Open
@d-c-d

Description

@d-c-d

It appears that if two variables have the same value there should be guidance as to when each should be used.
There is no XIP_MAIN_BASE for the rp20350, so it would be helpful to document if it is deprecated, or just left around for the bootrom and the rp2040 xip_alias_check_addr function

in src/rp2040/hardware_regs/include/hardware/regs/addressmap.h

#define XIP_BASE _u(0x10000000)
#define XIP_MAIN_BASE _u(0x10000000)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions