I have imx6ul development board with Linux 4.15
I have implemented a splash windows through u-boot, and want to make kernel LCD driver initialization as later as possible.
The current LCD driver is initialized through:
__initcall_mxsfb_driver_init6
Is there a way to call this function through Use Space (Application)? If not, how to implement late initialization?
Thank you,
David Zhou