Durgesh,
I was asking for the u-boot version, not the defconfig. Let me explain:
When you build a NXP's BSP for i.MX using the command 'bitbake' you will get a .sdcard file which contains the uboot, the kernel (zImage), the device tree (.dtb) and the root file system. In this case you dont need the defconfig because everything is set on recipes. You can deploy the full image with command 'dd' using the .sdcard file.
In my opinion this is your best option. You can also deploy zImage or uboot or root file system separately. In the following post you will find details about this: Task #4 - Deploy and test
Besides this, you can extract the source out of Yocto, in this case you can make using imx_v7_defconfig.
On the other hand you can clone u-boot from community GitHub - Freescale/u-boot-fslc at 2016.11+fslc and you can build it using mx6dlsabresd_defconfig. Please note that this is a community external to NXP so this u-boot is not supported by NXP.
Please note that the defconfig files are specific for boards, not for MCUs, therefore if you are using a custom board the defconfig may not work for you as you may need to customize it to match your board.
Regards,
Carlos
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------