Hi,
I am using u-boot as my bootloader to load the Petalinux image on a Xilinx Microblaze board. Currently the auto config of u-boot is trying to get the image.ub from a tftp server. I want to change the default to pick the kernel image from a memory location
and boot from there. My question, where do I specify the auto-config default settings for u-boot.
I tried changing the petalinux-dist/u-boot/board/petalogix/microblaze-auto/ub.config file to include the bootcmd as "bootm addr-xx" but everytime I do a kernel build in the petalinux-dist directory, this ub.config gets overwritten to the previous version.
Please tell me how I can configure u-boot before compile-time and retain those values as the defualt.
Thanks,
-Mayuri