Skip to content

Commit

Permalink
nanopct6(-lts): edge: u-boot: note that Kwiboo already sent a fix ups…
Browse files Browse the repository at this point in the history
…tream ref the LTS dtsi
  • Loading branch information
rpardini authored and igorpecovnik committed Jan 7, 2025
1 parent 9ab8cd9 commit 59a4040
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/boards/nanopct6.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 59a4040

Please sign in to comment.