public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v4 1/2] board/km/cent2: add include common.h
@ 2023-07-19 13:45 christian.taedcke-oss
  2023-07-19 13:45 ` [PATCH v4 2/2] event: Add fpga load event christian.taedcke-oss
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: christian.taedcke-oss @ 2023-07-19 13:45 UTC (permalink / raw)
  To: u-boot; +Cc: Christian Taedcke, Niel Fourie

From: Christian Taedcke <christian.taedcke@weidmueller.com>

Including common.h before event.h is required, because the new fpga
load event in event.h uses the size_t type.

Signed-off-by: Christian Taedcke <christian.taedcke@weidmueller.com>
---

Changes in v4:
- add include common.h to kmcent2 board file

 board/keymile/kmcent2/kmcent2.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board/keymile/kmcent2/kmcent2.c b/board/keymile/kmcent2/kmcent2.c
index ed552c57b5..6dbaaa5457 100644
--- a/board/keymile/kmcent2/kmcent2.c
+++ b/board/keymile/kmcent2/kmcent2.c
@@ -6,6 +6,7 @@
  * Copyright 2013 Freescale Semiconductor, Inc.
  */
 
+#include <common.h>
 #include <event.h>
 #include <asm/cache.h>
 #include <asm/fsl_fdt.h>
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-07-19 20:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-19 13:45 [PATCH v4 1/2] board/km/cent2: add include common.h christian.taedcke-oss
2023-07-19 13:45 ` [PATCH v4 2/2] event: Add fpga load event christian.taedcke-oss
2023-07-19 20:30   ` Tom Rini
2023-07-19 19:11 ` [PATCH v4 1/2] board/km/cent2: add include common.h Simon Glass
2023-07-19 20:28 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox