]> git.baikalelectronics.ru Git - uboot.git/commit
board: stm32mp1: remove bootdelay configuration for usb or serial boot
authorPatrick Delaunay <patrick.delaunay@st.com>
Wed, 22 Apr 2020 12:29:15 +0000 (14:29 +0200)
committerPatrick Delaunay <patrick.delaunay@st.com>
Thu, 14 May 2020 07:02:12 +0000 (09:02 +0200)
commitcc150726140ea6c14c1afe5edaffeb138aec796a
tree9fbabc79c818fe6644542ba3c7afb03614d12c96
parentde7b9d220cd859b3bfb7c3bacba96300f1699736
board: stm32mp1: remove bootdelay configuration for usb or serial boot

It is not allowed to change the user setting of bootdelay, so
remove the check of the boot-source to disable it dynamically
in board_late_init()

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
board/st/stm32mp1/stm32mp1.c