]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
imx8m{m,p}_venice: add NVMe to boot devices
authorTim Harvey <tharvey@gateworks.com>
Wed, 19 Jun 2024 21:13:58 +0000 (14:13 -0700)
committerFabio Estevam <festevam@gmail.com>
Mon, 24 Jun 2024 12:19:58 +0000 (09:19 -0300)
Add nvme device 0 to available boot devices.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
include/configs/imx8mm_venice.h
include/configs/imx8mp_venice.h

index 046d5685d04d34ae304331e89d3cb64fe4c42454..66816618b0cb816943634e83e3c665441471a7d5 100644 (file)
@@ -23,6 +23,7 @@
        func(MMC, mmc, 2) \
        func(USB, usb, 0) \
        func(USB, usb, 1) \
+       func(NVME, nvme, 0) \
        func(DHCP, dhcp, na)
 #include <config_distro_bootcmd.h>
 #define CFG_EXTRA_ENV_SETTINGS \
index 47413ecd7fbf6ba12e6aa582086b86830277b054..81144300885f2db6345389f991e3cfab0aafa464 100644 (file)
@@ -17,6 +17,7 @@
        func(MMC, mmc, 1) \
        func(MMC, mmc, 2) \
        func(USB, usb, 0) \
+       func(NVME, nvme, 0) \
        func(DHCP, dhcp, na)
 #include <config_distro_bootcmd.h>
 #define CFG_EXTRA_ENV_SETTINGS \