Hi,
Your conversations are very help ful for me.After enabling 4byte addressing repeat log message problem solved.
I stored my baremetal application on qspi flash by using following commands
mkimage -A arm -O u-boot -T standalone -C none -a 0x02100000 -e 0 -n "baremetal image" -d hwlib.bin hwlib.img
quartus_hps -c 1 -o PV -a 0x60000 hwlib.img.bin
After debugging through printf statements it is stopping at following line
image_entry((u32 *)boot_params_ptr);
After this statement it's not jumping to baremetal application which i have stored at 0x6000 location.
Any suggestions is appreciated.
Hayder what modifications u have done to jump to u-boot while it was struck at image_entry((u32 *)boot_params_ptr);
waiting for ur replies