-
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.
Update to the newest version of everything
Update atf, rockpro, and u-boot. Also modify the default baud rate to be 115200 for better compatibility with other stuff. Signed-off-by: Corey Minyard <[email protected]>
- Loading branch information
Showing
7 changed files
with
50 additions
and
7 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
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 @@ | ||
CONFIG_BAUDRATE=115200 |
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,13 @@ | ||
diff --git a/arch/arm/dts/rk3399-rockpro64.dtsi b/arch/arm/dts/rk3399-rockpro64.dtsi | ||
index 6bff8db7d3..6cde7a4d10 100644 | ||
--- a/arch/arm/dts/rk3399-rockpro64.dtsi | ||
+++ b/arch/arm/dts/rk3399-rockpro64.dtsi | ||
@@ -17,7 +17,7 @@ | ||
}; | ||
|
||
chosen { | ||
- stdout-path = "serial2:1500000n8"; | ||
+ stdout-path = "serial2:115200n8"; | ||
}; | ||
|
||
clkin_gmac: external-gmac-clock { |