This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM335x DDR size in Linux

Hi,

         I am working in DDR section, we are changing the DDR size to 1GB , where do i need to change the size of DDR at uboot level so that kernel has to know only this much DDR is available. I tried to change in DTSI

memory {
device_type = "memory";
reg = <0x80000000 0x8000000>; /* 256 MB */
};

but it is not affecting any where, please suggest me where the actual location to change..?