imager: 2712: Add NVMe into default boot configurations

Add NVMe into the SD/USB/DEFAULT boot modes with a higher
priority than USB. The detection of NVMe HATs is quick so
there is no disadvantage in trying NVMe first.
This commit is contained in:
Tim Gover
2023-12-12 09:05:52 +00:00
parent 7e22b8ff47
commit f20bb90a67
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
[all] [all]
BOOT_UART=1 BOOT_UART=1
BOOT_ORDER=0xf41 BOOT_ORDER=0xf461
POWER_OFF_ON_HALT=0 POWER_OFF_ON_HALT=0

View File

@@ -1,4 +1,4 @@
[all] [all]
BOOT_UART=1 BOOT_UART=1
BOOT_ORDER=0xf41 BOOT_ORDER=0xf461
POWER_OFF_ON_HALT=0 POWER_OFF_ON_HALT=0

View File

@@ -1,5 +1,5 @@
[all] [all]
BOOT_UART=1 BOOT_UART=1
BOOT_ORDER=0xf14 BOOT_ORDER=0xf146
POWER_OFF_ON_HALT=0 POWER_OFF_ON_HALT=0