-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nanopct6(-lts): edge: u-boot: note that Kwiboo already sent a fix ups…
…tream ref the LTS dtsi
- Loading branch information
1 parent
9ab8cd9
commit 59a4040
Showing
1 changed file
with
3 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,8 +62,9 @@ function pre_config_uboot_target__nanoptc6_patch_uboot_dtsi_for_ums() { | |
&usb_host0_xhci { dr_mode = "peripheral"; maximum-speed = "high-speed"; status = "okay"; }; | ||
EOD | ||
|
||
# @TODO: I notified Kwiboo about the missing lts-u-boot.dtsi in 2025.01; this is a workaround and probably should be removed for 2025.04 | ||
run_host_command_logged cp "arch/arm/dts/rk3588-nanopc-t6-u-boot.dtsi" "arch/arm/dts/rk3588-nanopc-t6-lts-u-boot.dtsi" # copy non-lts to lts as well. | ||
# @TODO: I notified Kwiboo about the missing lts-u-boot.dtsi in 2025.01; this is a workaround and should be removed for 2025.04 | ||
# (few minutes later) Kwiboo is done already https://lore.kernel.org/u-boot/[email protected]/ | ||
run_host_command_logged cp "arch/arm/dts/rk3588-nanopc-t6-u-boot.dtsi" "arch/arm/dts/rk3588-nanopc-t6-lts-u-boot.dtsi" | ||
} | ||
|
||
function post_config_uboot_target__extra_configs_for_nanopct6_mainline_environment_in_spi() { | ||
|