From c23e177080960e18ea560be95edf09cad8eb51e5 Mon Sep 17 00:00:00 2001 From: FUKAUMI Naoki Date: Wed, 8 Jan 2025 21:59:23 +0000 Subject: [PATCH] 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 Link: https://github.com/openwrt/openwrt/pull/17532 Signed-off-by: Robert Marko --- package/boot/uboot-rockchip/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/boot/uboot-rockchip/Makefile b/package/boot/uboot-rockchip/Makefile index 7070ca973d..02f750a297 100644 --- a/package/boot/uboot-rockchip/Makefile +++ b/package/boot/uboot-rockchip/Makefile @@ -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 -- 2.30.2