-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update u-boot to latest with SPL loader
- Loading branch information
1 parent
426752b
commit e1aa605
Showing
9 changed files
with
46 additions
and
5 deletions.
There are no files selected for viewing
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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 1506305191eb8573e938560be4b5298a71882f9a Mon Sep 17 00:00:00 2001 | ||
From: Jayantajit Gogoi <[email protected]> | ||
Date: Thu, 31 Aug 2023 12:15:24 +0000 | ||
Subject: [PATCH] fix boot in rock pi s | ||
|
||
--- | ||
configs/rock-pi-s-rk3308_defconfig | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/configs/rock-pi-s-rk3308_defconfig b/configs/rock-pi-s-rk3308_defconfig | ||
index cc3274a98b..cb93eeb671 100644 | ||
--- a/configs/rock-pi-s-rk3308_defconfig | ||
+++ b/configs/rock-pi-s-rk3308_defconfig | ||
@@ -48,7 +48,7 @@ CONFIG_CMD_USB_MASS_STORAGE=y | ||
# CONFIG_CMD_ITEST is not set | ||
# CONFIG_CMD_SETEXPR is not set | ||
# CONFIG_CMD_SLEEP is not set | ||
-# CONFIG_DOS_PARTITION is not set | ||
+CONFIG_DOS_PARTITION=y | ||
# CONFIG_ISO_PARTITION is not set | ||
CONFIG_EFI_PARTITION_ENTRIES_NUMBERS=64 | ||
CONFIG_SPL_OF_CONTROL=y | ||
-- | ||
2.34.1 | ||
|
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