Hello,
during u-boot, I initialize the framebuffer of my i.MX6 board and display a logo.
The problem is as soon as kernel starts, screen turns black until framebuffer is initialized.
Is it possible to keep the framebuffer unchanged during kernel boot so I can keep the logo displayed?
Setting the boot logo during kernel boot is not possible because the boot logo needs to be dynamic and not statically compiled into kernel.