* [PATCH] hw/display/exynos4210_fimd: Remove duplicated definition
@ 2025-11-21 9:35 Philippe Mathieu-Daudé
2025-11-24 10:28 ` Peter Maydell
0 siblings, 1 reply; 2+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-11-21 9:35 UTC (permalink / raw)
To: qemu-devel
Cc: Igor Mitsyanko, qemu-arm, Peter Maydell,
Philippe Mathieu-Daudé
FIMD_VIDWADD0_END is defined twice, keep only one.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
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 c61e0280a7c..6b1eb43987c 100644
--- a/hw/display/exynos4210_fimd.c
+++ b/hw/display/exynos4210_fimd.c
@@ -131,7 +131,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
--
2.51.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] hw/display/exynos4210_fimd: Remove duplicated definition
2025-11-21 9:35 [PATCH] hw/display/exynos4210_fimd: Remove duplicated definition Philippe Mathieu-Daudé
@ 2025-11-24 10:28 ` Peter Maydell
0 siblings, 0 replies; 2+ messages in thread
From: Peter Maydell @ 2025-11-24 10:28 UTC (permalink / raw)
To: Philippe Mathieu-Daudé; +Cc: qemu-devel, Igor Mitsyanko, qemu-arm
On Fri, 21 Nov 2025 at 09:35, Philippe Mathieu-Daudé <philmd@linaro.org> wrote:
>
> FIMD_VIDWADD0_END is defined twice, keep only one.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> hw/display/exynos4210_fimd.c | 1 -
Applied to target-arm.next, thanks.
-- PMM
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-11-24 10:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-21 9:35 [PATCH] hw/display/exynos4210_fimd: Remove duplicated definition Philippe Mathieu-Daudé
2025-11-24 10:28 ` Peter Maydell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).