diff options
| author | Pali Rohár <[email protected]> | 2022-04-06 11:39:36 +0200 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2022-05-02 07:47:26 +0200 |
| commit | b8b91a0f08884b754d10751661bb6a15a21a2b9b (patch) | |
| tree | fe5031e7ce44df13b8ced100de1f8c394310364c /include | |
| parent | 0ddc1e5aa3e1e91fe1618798a523f75de7266657 (diff) | |
arm: mvebu: turris_mox: Add NVMe and SCSI to boot targets
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 <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/turris_mox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/turris_mox.h b/include/configs/turris_mox.h index dc2fdcc654a..6640ee495d2 100644 --- a/include/configs/turris_mox.h +++ b/include/configs/turris_mox.h @@ -25,6 +25,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) |
