Skip to content

Commit

Permalink
rockchip64: fix rkvenc dtbo build
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingfate committed Jan 10, 2025
1 parent 24bf1fb commit 4e37d06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion patch/kernel/archive/rockchip64-6.12/overlay/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ dtbo-$(CONFIG_ARCH_ROCKCHIP) += \
rockchip-rk3588-uart6-m1.dtbo \
rockchip-rk3588-uart7-m2.dtbo \
rockchip-rk3588-uart8-m1.dtbo \
rockchip-rk3588-rkvenc-overlay.dtso
rockchip-rk3588-rkvenc-overlay.dtbo

scr-$(CONFIG_ARCH_ROCKCHIP) += \
rockchip-fixup.scr
Expand Down
2 changes: 1 addition & 1 deletion patch/kernel/archive/rockchip64-6.13/overlay/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ dtbo-$(CONFIG_ARCH_ROCKCHIP) += \
rockchip-rk3588-uart6-m1.dtbo \
rockchip-rk3588-uart7-m2.dtbo \
rockchip-rk3588-uart8-m1.dtbo \
rockchip-rk3588-rkvenc-overlay.dtso
rockchip-rk3588-rkvenc-overlay.dtbo

scr-$(CONFIG_ARCH_ROCKCHIP) += \
rockchip-fixup.scr
Expand Down

0 comments on commit 4e37d06

Please sign in to comment.