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.

AM5728: U-boot single EMIF configuration

Part Number: AM5728

Hello,

We are in the process of spinning up our new AM57x-based boards, and our design calls for only one EMIF (EMIF2) to be used.  I've completed the SPRAC36 EMIF workbook, and I'm a little confused with something from it.

In /board/ti/am57xx/board.c, there are two emif_regs structs, one for EMIF1 and EMIF2, which is all well and good for the EVM, which uses both, but if I were to edit the file to support our hardware, would simply removing the configuration for EMIF1 essentially prevent it from initialising, or is there a 'safe' way to prevent it from starting at boot?  Searching through what available documentation is present, there doesn't seem to be a particular register to set to prevent an EMIF from starting.