Hello,
I use Linux SDK 08_06_00_42.
I have following question.
* I'm modifing "tisdk_am62xx-evm_defconfig" directly.
After modifing "tisdk_am62xx-evm_defconfig", I perform following command.
$ make ARCH=arm64 CROSS_COMPILE=aarch64-none-linux-gnu- tisdk_am62xx-evm_defconfig
I could confirm message of "configuration written to .config", however the setting which I modify is NOT changed.
I re-confirmed above defconfig file, but changed point was remained. So could you please tell how I can apply modified defconfig setting to .config file ?
(Of course, I know I can apply setting to .config by using menuconfig, but it is difficult to apply small setting change, so if possible, I would like to apply this by modifing defconfig.)
Best Regards