According to my hardware designed, we use different DDR.
So we need to tune a new parameter for my board and create a new cfg file.
After I "bitbake u-boot-imx", it will generate .config file under "u-boot-imx/XXX/git/mx6dlsabresd_config".
I tried to modify mx6dlsabresd_defconfig to change the cfg file to the one that I tuned.
However, it still generates the old .config under "u-boot-imx/XXX/git/mx6dlsabresd_config".
I think Chapter 3 did not help me solve the problem.
My main point is how can I regenerate the .config while I "bitbake u-boot-imx"?
Do I need to execute any command like distclean before I run "bitbake u-boot-imx"?
I tried to run "make distclean" and "make mrproper".
After these two commands are done, I run "bitbake -C compile u-boot-imx" to rebuild my uboot.
Fortunately, its success to generate the new .config file.
The content of .config is as below.

I finally succeeded to redirect the cfg file.
But what I concerned is the way that I regenerate the file is not formal.
I rather use bitbake command to be done all the process.
What parameter I should take after bitbake command?