Hi,
We are using 1GB DDR4 ram on our custom board with AM6421.
WE have changed the device tree entries as below to 1GB as below but there is no effect.
memory@80000000 {
device_type = "memory";
/* 2G RAM */
//reg = <0x00000000 0x80000000 0x00000000 0x80000000>; //commented by us
/* 1G RAM */
reg = <0x00000000 0x80000000 0x00000000 0x40000000>;
};
We are using processor SDKv9_00_00_03.
Can you tell any other changes to be done to make kernel recognize only 1GB as populated on the Board.
suggest if any thing has to be done in uboot k3-ddrss.c
Thank You.