From c168c56df9ef5a2708a56ba80e2a3b49d1e9b304 Mon Sep 17 00:00:00 2001 From: qihao_yewu Date: Fri, 28 Nov 2025 05:03:58 -0500 Subject: [PATCH] hw/display/exynos4210_fimd: Remove duplicated definition MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit cheery-pick from fa9d9f6b71c9412c96a8adc92402c78a01049bd1 FIMD_VIDWADD0_END is defined twice, keep only one. Signed-off-by: Philippe Mathieu-Daudé Message-id: 20251121093509.25088-1-philmd@linaro.org Reviewed-by: Peter Maydell Signed-off-by: Peter Maydell Signed-off-by: qihao_yewu --- hw/display/exynos4210_fimd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/display/exynos4210_fimd.c b/hw/display/exynos4210_fimd.c index 34a960a976..339261b81d 100644 --- a/hw/display/exynos4210_fimd.c +++ b/hw/display/exynos4210_fimd.c @@ -129,7 +129,6 @@ /* Frame buffer address registers */ #define FIMD_VIDWADD0_START 0x00A0 #define FIMD_VIDWADD0_END 0x00C4 -#define FIMD_VIDWADD0_END 0x00C4 #define FIMD_VIDWADD1_START 0x00D0 #define FIMD_VIDWADD1_END 0x00F4 #define FIMD_VIDWADD2_START 0x0100 -- Gitee