uboot-rockchip: Fix product name for Radxa ROCK Pi 4

"ROCK" is the correct series name.

 https://radxa.com/products/rock4

Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
Link: https://github.com/openwrt/openwrt/pull/17532
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
FUKAUMI Naoki 2025-01-08 21:59:23 +00:00 committed by Robert Marko
parent efafd7d47f
commit c23e177080

View File

@ -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