Skip to content

Commit

Permalink
uboot-rockchip: Fix product name for Radxa ROCK Pi 4
Browse files Browse the repository at this point in the history
"ROCK" is the correct series name.

 https://radxa.com/products/rock4

Signed-off-by: FUKAUMI Naoki <[email protected]>
Link: openwrt/openwrt#17532
Signed-off-by: Robert Marko <[email protected]>
  • Loading branch information
RadxaNaoki authored and robimarko committed Jan 10, 2025
1 parent efafd7d commit c23e177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/boot/uboot-rockchip/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ endef

define U-Boot/rock-pi-4-rk3399
$(U-Boot/rk3399/Default)
NAME:=Rock Pi 4
NAME:=ROCK Pi 4
BUILD_DEVICES:= \
radxa_rock-pi-4a
endef
Expand Down

0 comments on commit c23e177

Please sign in to comment.