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.

Linux/AM3352: MLO fail switching logic

Part Number: AM3352

Tool/software: Linux

Hi,

I would like to know how ROM code will switch MLO in case MLO fail to start from 0x00000000. I understand ROM code will check for below address for valid MLO.

0x00000000
0x00020000
0x00040000
0x00060000

I have flashed two copies of MLO one at 0x00000000 & second 0x00020000. I would like ROM code to use the second address if it fails to boot from the first address.