[PATCH 5/5] arm: mvebu: turris_mox: Add NVMe and SCSI to boot targets

Stefan Roese sr at denx.de
Mon May 2 17:42:35 CEST 2022


On 06.04.22 11:39, Pali Rohár wrote:
> U-Boot for Turris Mox has already enabled NVMe and SCSI support. So add
> NVMe and SCSI to boot targets.
> 
> Signed-off-by: Pali Rohár <pali at kernel.org>
> ---
>   include/configs/turris_mox.h | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/include/configs/turris_mox.h b/include/configs/turris_mox.h
> index 3cfad7cca985..69f295b5cefe 100644
> --- a/include/configs/turris_mox.h
> +++ b/include/configs/turris_mox.h
> @@ -28,6 +28,8 @@
>   
>   #define BOOT_TARGET_DEVICES(func) \
>   	func(MMC, mmc, 0) \
> +	func(NVME, nvme, 0) \
> +	func(SCSI, scsi, 0) \
>   	func(USB, usb, 0) \
>   	func(PXE, pxe, na) \
>   	func(DHCP, dhcp, na)

Applied to u-boot-marvell/master

Thanks,
Stefan


More information about the U-Boot mailing list