mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: nxp-imx93-frdm: use tabs instead of spaces
@ 2026-06-10 17:49 Bastian Krause
  2026-06-10 17:49 ` [PATCH 2/2] ARM: nxp-imx93-frdm: add bbu handler for eMMC Bastian Krause
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Bastian Krause @ 2026-06-10 17:49 UTC (permalink / raw)
  To: barebox; +Cc: Bastian Krause

Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
 arch/arm/boards/nxp-imx93-frdm/board.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boards/nxp-imx93-frdm/board.c b/arch/arm/boards/nxp-imx93-frdm/board.c
index 1e1c54ce811..09ce3349537 100644
--- a/arch/arm/boards/nxp-imx93-frdm/board.c
+++ b/arch/arm/boards/nxp-imx93-frdm/board.c
@@ -3,9 +3,9 @@
 #include <deep-probe.h>
 
 static const struct of_device_id frdm_imx93_of_match[] = {
-        {
-                .compatible = "fsl,imx93-11x11-frdm",
-        },
+	{
+		.compatible = "fsl,imx93-11x11-frdm",
+	},
         { /* sentinel */ },
 };
 
-- 
2.47.3




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

end of thread, other threads:[~2026-06-15  7:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-10 17:49 [PATCH 1/2] ARM: nxp-imx93-frdm: use tabs instead of spaces Bastian Krause
2026-06-10 17:49 ` [PATCH 2/2] ARM: nxp-imx93-frdm: add bbu handler for eMMC Bastian Krause
2026-06-10 18:22   ` Marco Felsch
2026-06-10 18:22 ` [PATCH 1/2] ARM: nxp-imx93-frdm: use tabs instead of spaces Marco Felsch
2026-06-15  7:51 ` Sascha Hauer

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