mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-08 07:38:10 +00:00
ARM: mstar: Adjust IMI size for mercury5
mercury5 family chips have 128KB of SRAM in the IMI region. Signed-off-by: Daniel Palmer <daniel@0x0f.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
ab6be20086
commit
e709252cac
1 changed files with 4 additions and 0 deletions
|
@ -5,3 +5,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "mstar-v7.dtsi"
|
#include "mstar-v7.dtsi"
|
||||||
|
|
||||||
|
&imi {
|
||||||
|
reg = <0xa0000000 0x20000>;
|
||||||
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue