Hi ,
We want change the ram size from 16G to 8G
device tree
k3-j721s2-som-p0.dtsi
memory@80000000 {
device_type = "memory";
/* 16 GB RAM */
reg = <0x00 0x80000000 0x00 0x80000000>,
<0x08 0x80000000 0x03 0x80000000>;
};
How colud we modify the reg to 8G?
or any other file need to modify ?