1. I use the TI SDK 6.0 & Kernel 3.2
I have modified following file Board-am35xevm.c micrel.c gpmc.c ... in kernel
I need to do open source for modified kernel???
2.My driver call gpio_free, so i must declare MODULE_LICENSE("GPL") in driver;
My AP Program Call the driver(GPL),
I need to do open source for my driver???
I need to do open source for my AP Program???
3.I use the busybox tools,and My AP Program Call the Busybox link
I need to do open source for my AP Program???