Re: [PATCH 2/2] board: apalis/colibri imx6/imx6ull/imx7: Add fastboot bootcmd support

2023-11-29 Thread Fabio Estevam
On Thu, Nov 9, 2023 at 1:44 PM Hiago De Franco wrote: > > This commit adds support for Fastboot boot commands by checking both Just a nit: use imperative mood - "Add support for Fastboot". > CONFIG_CMD_USB_SDP and CONFIG_USB_FUNCTION_FASTBOOT. If either of these > configurations is set, it

[PATCH 2/2] board: apalis/colibri imx6/imx6ull/imx7: Add fastboot bootcmd support

2023-11-09 Thread Hiago De Franco
This commit adds support for Fastboot boot commands by checking both CONFIG_CMD_USB_SDP and CONFIG_USB_FUNCTION_FASTBOOT. If either of these configurations is set, it indicates that the board is in recovery mode and can use either SDP or Fastboot. The default option remains the SDP command, but