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.