xtensa: dc233c: enlarge ROM space

The zdsp.basicmath needs a bit more ROM space to run.
So enlarge the indicated ROM size to accommodate that.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2023-09-14 09:52:57 -07:00 committed by Anas Nashif
commit 3e3f9d155f

View file

@ -29,13 +29,13 @@
}; };
/* /*
* Although ROM is of size 32MB (0x02000000), limit this to 8KB so * Although ROM is of size 32MB (0x02000000), limit this to 16KB so
* fewer L2 page table entries are needed when MMU is enabled. * fewer L2 page table entries are needed when MMU is enabled.
*/ */
rom0: memory@fe000000 { rom0: memory@fe000000 {
device_type = "memory"; device_type = "memory";
compatible = "mmio-sram"; compatible = "mmio-sram";
reg = <0xfe000000 0x00002000>; reg = <0xfe000000 0x00004000>;
}; };
soc { soc {