Hi freescal,
I change the kernel configure file "imx6_android_defconfig" to change kernel drivers:
$ cd kernel-imx
$ export ARCH=arm
$ export CROSS_COMPILE=~/myandroid/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-
$ make imx6_android_defconfig
$ make uImage
$ cd ..
$ make bootimage
But I found the .config contents is reverting back and kernel configure is not changed, why ?
Thanks,
Nick