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:
parent
c8dcdd9957
commit
3e3f9d155f
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue