From a3613ebbf1d07c66ae94368e5edff3273fd19d4a Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Sat, 19 Jul 2025 11:03:51 +0200 Subject: [PATCH] uboot_helper: RK3399: Add Radxa ROCK 4SE Add Radxa ROCK 4SE which is officially supported by u-boot and mainline kernel. --- scripts/uboot_helper | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/uboot_helper b/scripts/uboot_helper index d014b26996..469374170e 100755 --- a/scripts/uboot_helper +++ b/scripts/uboot_helper @@ -347,7 +347,11 @@ devices = \ 'rock-4c-plus': { 'dtb': 'rk3399-rock-4c-plus.dtb', 'config': 'rock-4c-plus-rk3399_defconfig' - }, + }, + 'rock-4se': { + 'dtb': 'rk3399-rock-4se.dtb', + 'config': 'rock-4se-rk3399_defconfig' + }, 'rock-pi-n10': { 'dtb': 'rk3399pro-rock-pi-n10.dtb', 'config': 'rock-pi-n10-rk3399pro_defconfig'