Hi Guys,
I have AMDM 3730 evm. I have built its u-boot and have flashed it as well and now booting from MMC. All this seems to be working fine. I now want to debug u-boot code in flash. But when I readelf -h ./u-boot it shows entry point at 0x80e80000 which is SDRAM address.
1) Do I need to rebuild my u-boot by changing its config file with TEXT_BASE of 0x40000000 (Boot ROM)? Or any other idea?
-Taimoor