Hi Hisham
in uboot please tweak ddr size in board file like:
uboot/include/configs/mx6sabresd.h
#define PHYS_SDRAM_SIZE (1u * 1024 * 1024 * 1024)
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Igorpadykov
Please note that I don't want to change the RAM size, I want to change the RAM data bus width so that's why I am changing the DCD value.
The idea is that I have 4 DDR3 RAM chips sharing the 64 bit data address (each 16 bit). When I down size the data bus to 16 bit only one of the chips is accessisble and that's why I have (1/4) of my RAM size.
I was hoping that changing the bus width doesn't affect the RAM size.