mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
[BOARD] update st7789sfb video driver long initialization fix
This commit is contained in:
@@ -118,9 +118,6 @@ fi
|
||||
# run boot logo animation
|
||||
if (!(grep -q BOOT_LOGO\=\0 "${HOME}/options.cfg")); then
|
||||
${BOOTLOGO} >> "${LOGS}" 2>&1
|
||||
#st7789s video driver long initialization fix
|
||||
elif (lsmod | grep -q st7789s); then
|
||||
sleep 1
|
||||
fi
|
||||
|
||||
# can't unmount boot because 'daemon' runs from it - but it's mounted read-only
|
||||
|
||||
Reference in New Issue
Block a user