[PATCH 4/5] arm: mvebu: turris_omnia: Add NVMe to boot targets

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


On 06.04.22 11:39, Pali Rohár wrote:
> U-Boot for Turris Omnia has already enabled NVMe support. So add NVMe to
> boot targets.
> 
> Signed-off-by: Pali Rohár <pali at kernel.org>
> ---
>   include/configs/turris_omnia.h | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/include/configs/turris_omnia.h b/include/configs/turris_omnia.h
> index 25aa0d0f9075..99e39531509f 100644
> --- a/include/configs/turris_omnia.h
> +++ b/include/configs/turris_omnia.h
> @@ -56,6 +56,7 @@
>   
>   #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) \

Applied to u-boot-marvell/master

Thanks,
Stefan


More information about the U-Boot mailing list