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.
I have a custom board based on AM4376 with one 16 bit DDR3 interface.
I am using U-boot 2016. I could see sdram_init function in board/ti/am43xx/board.c.
As I have one 16 bit DDR3 interface in the custom board, can you please guide me what changes I have to do in sdram_init() fuction for the my custom board? Do I need to do changes other than sdram_init() function also?