Re: [PATCH 1/2] arm: stm32mp: Fix USB boot device report

2022-01-24 Thread Patrice CHOTARD
Hi Marek On 12/6/21 21:58, Marek Vasut wrote: > In case the SoC reports the boot device type is USB, it means the SPL was > loaded via BootROM DFU mode. Currently the spl_boot_device() returns boot > device as USB host, change it to DFU instead, so the SPL can continue the > DFU boot and load

Re: [PATCH 1/2] arm: stm32mp: Fix USB boot device report

2021-12-07 Thread Patrice CHOTARD
Hi Marek On 12/6/21 9:58 PM, Marek Vasut wrote: > In case the SoC reports the boot device type is USB, it means the SPL was > loaded via BootROM DFU mode. Currently the spl_boot_device() returns boot > device as USB host, change it to DFU instead, so the SPL can continue the > DFU boot and load

[PATCH 1/2] arm: stm32mp: Fix USB boot device report

2021-12-06 Thread Marek Vasut
In case the SoC reports the boot device type is USB, it means the SPL was loaded via BootROM DFU mode. Currently the spl_boot_device() returns boot device as USB host, change it to DFU instead, so the SPL can continue the DFU boot and load U-Boot via DFU. Signed-off-by: Marek Vasut Cc: Patrice