mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-24 22:36:05 +00:00
imx8m{m,p}_venice: add NVMe to boot devices
Add nvme device 0 to available boot devices. Signed-off-by: Tim Harvey <tharvey@gateworks.com>
This commit is contained in:
parent
1afac8bd30
commit
143539ea70
2 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
||||||
func(MMC, mmc, 2) \
|
func(MMC, mmc, 2) \
|
||||||
func(USB, usb, 0) \
|
func(USB, usb, 0) \
|
||||||
func(USB, usb, 1) \
|
func(USB, usb, 1) \
|
||||||
|
func(NVME, nvme, 0) \
|
||||||
func(DHCP, dhcp, na)
|
func(DHCP, dhcp, na)
|
||||||
#include <config_distro_bootcmd.h>
|
#include <config_distro_bootcmd.h>
|
||||||
#define CFG_EXTRA_ENV_SETTINGS \
|
#define CFG_EXTRA_ENV_SETTINGS \
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
func(MMC, mmc, 1) \
|
func(MMC, mmc, 1) \
|
||||||
func(MMC, mmc, 2) \
|
func(MMC, mmc, 2) \
|
||||||
func(USB, usb, 0) \
|
func(USB, usb, 0) \
|
||||||
|
func(NVME, nvme, 0) \
|
||||||
func(DHCP, dhcp, na)
|
func(DHCP, dhcp, na)
|
||||||
#include <config_distro_bootcmd.h>
|
#include <config_distro_bootcmd.h>
|
||||||
#define CFG_EXTRA_ENV_SETTINGS \
|
#define CFG_EXTRA_ENV_SETTINGS \
|
||||||
|
|
Loading…
Add table
Reference in a new issue