Skip to content
Commit 7f234708 authored by Marek Vasut's avatar Marek Vasut
Browse files

usb: gadget: f_sdp: Add missing spl_board_prepare_for_boot() call



The spl_board_prepare_for_boot() should be called before jump_to_image_no_args()
to perform board-specific deinitialization before jumping to the next stage.
This board-specific deinitialization can be very much anything, e.g. disable
dcache in case it was enabled, or such.

Add the missing spl_board_prepare_for_boot() call into f_sdp .

Signed-off-by: default avatarMarek Vasut <marex@denx.de>
parent 06335944
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment