mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
26 lines
791 B
Diff
26 lines
791 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Ricardo Pardini <ricardo@pardini.net>
|
|
Date: Wed, 16 Aug 2023 13:54:31 +0200
|
|
Subject: rockchip-common: boot USB devices first, then mmc's, nvme, scsi
|
|
|
|
---
|
|
include/configs/rockchip-common.h | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/include/configs/rockchip-common.h b/include/configs/rockchip-common.h
|
|
index 111111111111..222222222222 100644
|
|
--- a/include/configs/rockchip-common.h
|
|
+++ b/include/configs/rockchip-common.h
|
|
@@ -13,7 +13,7 @@
|
|
|
|
#ifndef CONFIG_SPL_BUILD
|
|
|
|
-#define BOOT_TARGETS "mmc1 mmc0 nvme scsi usb pxe dhcp spi"
|
|
+#define BOOT_TARGETS "usb mmc1 mmc0 nvme scsi pxe dhcp spi"
|
|
|
|
#ifdef CONFIG_ARM64
|
|
#define ROOT_UUID "B921B045-1DF0-41C3-AF44-4C6F280D3FAE;\0"
|
|
--
|
|
Armbian
|
|
|