From 193f6dd002a60a7c52090c3713fd6efeaf757fd3 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 20 Aug 2023 15:36:15 +0200 Subject: [PATCH] DEVELOPERS: fix incorrect path to board/firefly/roc-rk3399-pc/ Commit b86adfb89a8bd8765f1b0400e0f0b4285aea8f77 ("configs/roc_rk3399_pc: new defconfig") introduced a new defconfig with the relevant entries in the DEVELOPERS file, but one of these entries points to a non-existing directory. This commit fixes that. Signed-off-by: Thomas Petazzoni --- DEVELOPERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPERS b/DEVELOPERS index 69ab723c0c..705aae9501 100644 --- a/DEVELOPERS +++ b/DEVELOPERS @@ -2581,7 +2581,7 @@ N: Robert Rose F: package/grpc/ N: Roberto Medina -F: board/firefly/roc-rk3399/ +F: board/firefly/roc-rk3399-pc/ F: configs/roc_pc_rk3399_defconfig N: Rodrigo Rebello