mirror of
https://github.com/raspberrypi/rpi-eeprom.git
synced 2026-01-20 21:13:36 +08:00
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:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user