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:
@@ -1,5 +1,7 @@
|
||||
# expected to be run from this directory
|
||||
# LOGS variable is set, but it should usually be /dev/null
|
||||
# CONSOLE_VARIANT is also set
|
||||
#
|
||||
daemon >> "${LOGS}" 2>&1
|
||||
# launch daemon
|
||||
daemon >> "${LOGS}" 2>&1
|
||||
# st7789sfb video driver long initialization fix
|
||||
echo " "
|
||||
@@ -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