* [PATCH] ARM: i.MX9: tqma93xx: remove mach/imx/romapi.h include
@ 2025-03-05 14:00 Bastian Krause
2025-03-07 8:01 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Bastian Krause @ 2025-03-05 14:00 UTC (permalink / raw)
To: barebox; +Cc: Bastian Krause
dd26bc1d5a0 ("ARM: i.MX93: add destination argument to
imx93_romapi_load_image()") added the imx93_romapi_load_image call to
imx93_load_and_start_image_via_tfa and removed the call from
board-specific lowlevel code. So drop the corresponding include as well.
Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
arch/arm/boards/tqma93xx/lowlevel.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/boards/tqma93xx/lowlevel.c b/arch/arm/boards/tqma93xx/lowlevel.c
index cc5101a1a3c..fb61ae5c70b 100644
--- a/arch/arm/boards/tqma93xx/lowlevel.c
+++ b/arch/arm/boards/tqma93xx/lowlevel.c
@@ -9,7 +9,6 @@
#include <soc/imx9/ddr.h>
#include <mach/imx/atf.h>
#include <mach/imx/xload.h>
-#include <mach/imx/romapi.h>
#include <mach/imx/esdctl.h>
#include <pbl/i2c.h>
#include <boards/tq/tq_eeprom.h>
--
2.39.5
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-03-07 8:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-05 14:00 [PATCH] ARM: i.MX9: tqma93xx: remove mach/imx/romapi.h include Bastian Krause
2025-03-07 8:01 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox