This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

compile question about saving configuration

hi TI-friends,

As we know, we can

make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm distclean
make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm ti8168_evm_defconfig

make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm menuconfig  

--> here, we change something and want to save back to ti8168_evm_defconfig "directly". how can I do that??


make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm uImage