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)
commit3cab9aae456d918b2e3e9b672f27590de829dea6
tree9fbabc79c818fe6644542ba3c7afb03614d12c96
parent99f6743d6323c7cfa00a2517896aaf0af4f6a88e
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