Tool/software: Linux
Hello,
I am trying to load a standalone program from MLO running from nand flash.
By default MLO load address in code is 0x80008000 , and U-boot from git starts successfully with it.
I first needed to run a standalone which output is expected to loaded into 0x80000000 (uc/os) , so I changed the load address from 0x80008000 to 0x80000000 and the application started OK.
Then I just checked if u-boot can also run with the same MLO (which load into 0x80000000 ), and surprisingly it started without issues.
Can anyone explain this ?
Thank you,
Ran