U-boot configuartion for 512MB RAM imx6s board

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

U-boot configuartion for 512MB RAM imx6s board

984 Views
periyasamyr
Contributor I

How to configure U-boot for 512MB RAM for imx6s board ? . I have changed  PHYS_SDRAM_SIZE variable in include/configs/mx6slevk.h file .  

#define PHYS_SDRAM_SIZE    SZ_1G   to     #define PHYS_SDRAM_SIZE    SZ_512M

kindly confirm that above one change is enough to configure U-boot for 512MB RAM or anything needs to be changed in  board/freescale/mx6slevk/imximage.cfg file (DCD file ) ?

Labels (1)
0 Kudos
1 Reply

425 Views
igorpadykov
NXP Employee
NXP Employee

Hi periyasamy

yes PHYS_SDRAM_SIZE is sufficient for new size definition, also correct DCD header

should be set.

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos