Hi Vijai
i.MX6 uboot DDR configuration contained in:
for LTIB BSP:
<u-boot directory>/board/freescale/mx6q_sabresd/flash_header.S
for Yocto BSP:
<u-boot directory>/board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg
also configuration is defined in uboot/include/configs/*board*.h files, like
#define CONFIG_NR_DRAM_BANKS
#define PHYS_SDRAM_1
#define PHYS_SDRAM_1_SIZE
then uboot passes ddr configuration to kernel.
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------