Introduction - If you have any usage issues, please Google them yourself
U-boot runs the LCD initializer and displays the LOGO boot, but after entering the Linux system, it is reinitialized again, and the memory address defined by u boot and Linux is not the same, resulting in a brief white screen flicker. This patch solves the problem of keeping LOGO unchanged from uboot to Linux, and does not flicker in the middle.