ARM: dts: rockchip: modify romfs decompress memory for rv1126-evb-ddr3-v10-tb

We need more memory for romfs decompress. Currently, with NPU the romfs
size is 18MB.

Signed-off-by: Zhichao Yu <zhichao.yu@rock-chips.com>
Change-Id: Id473db768fc1994c606b3de9320f939da7123d11
This commit is contained in:
Zhichao Yu
2020-05-07 17:07:03 +08:00
committed by Tao Huang
parent dcdc6a52c5
commit c2af3d7d97

View File

@@ -44,11 +44,11 @@
};
ramdisk_r: ramdisk@2800000 {
reg = <0x02800000 (32 * 0x00100000)>;
reg = <0x02800000 (40 * 0x00100000)>;
};
ramdisk_c: ramdisk@5800000 {
reg = <0x05800000 (16 * 0x00100000)>;
reg = <0x05800000 (20 * 0x00100000)>;
};
};
};