zynq7000-rs/memory.x

9 lines
184 B
Plaintext
Raw Normal View History

2025-02-19 11:00:04 +01:00
MEMORY
{
2025-02-24 18:27:35 +01:00
/* Zedboard: 512 MB DDR3. Only use 256 MB for now, should be plenty for a bare-metal app. */
CODE(rx) : ORIGIN = 0x00100000, LENGTH = 256M
2025-02-19 11:00:04 +01:00
}
2025-02-20 22:55:58 +01:00
REGION_ALIAS("DATA", CODE);