forked from armbian/build
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nanopi-r6*: mainline u-boot boot SD, then NVMe, then MMC
- Loading branch information
Showing
2 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
...v2024.10/board_nanopi-r6c/0001-rockchip-common-boot-sd-first-then-nvme-then-mmc-etc.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Ricardo Pardini <[email protected]> | ||
Date: Wed, 16 Aug 2023 13:54:31 +0200 | ||
Subject: rockchip-common: boot SD card first, then NVMe, then mmc | ||
|
||
--- | ||
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 "mmc0 nvme mmc1 scsi usb pxe dhcp spi" | ||
|
||
#ifdef CONFIG_ARM64 | ||
#define ROOT_UUID "B921B045-1DF0-41C3-AF44-4C6F280D3FAE;\0" | ||
-- | ||
Armbian | ||
|
25 changes: 25 additions & 0 deletions
25
...v2024.10/board_nanopi-r6s/0001-rockchip-common-boot-sd-first-then-nvme-then-mmc-etc.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Ricardo Pardini <[email protected]> | ||
Date: Wed, 16 Aug 2023 13:54:31 +0200 | ||
Subject: rockchip-common: boot SD card first, then NVMe, then mmc | ||
|
||
--- | ||
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 "mmc0 nvme mmc1 scsi usb pxe dhcp spi" | ||
|
||
#ifdef CONFIG_ARM64 | ||
#define ROOT_UUID "B921B045-1DF0-41C3-AF44-4C6F280D3FAE;\0" | ||
-- | ||
Armbian | ||
|