git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ddc1e5
)
arm: mvebu: turris_mox: Add NVMe and SCSI to boot targets
author
Pali Rohár
<pali@kernel.org>
Wed, 6 Apr 2022 09:39:36 +0000
(11:39 +0200)
committer
Stefan Roese
<sr@denx.de>
Mon, 2 May 2022 05:47:26 +0000
(07:47 +0200)
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@kernel.org>
include/configs/turris_mox.h
patch
|
blob
|
history
diff --git
a/include/configs/turris_mox.h
b/include/configs/turris_mox.h
index
dc2fdcc
..
6640ee4
100644
(file)
--- 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)