mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: i.MX8M: drop function prototype for removed imx8m_uid
@ 2024-02-28 17:51 Ahmad Fatoum
  2024-02-28 17:51 ` [PATCH 2/2] env: export getenv_ullx() helper Ahmad Fatoum
  2024-02-29  8:20 ` [PATCH 1/2] ARM: i.MX8M: drop function prototype for removed imx8m_uid Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Ahmad Fatoum @ 2024-02-28 17:51 UTC (permalink / raw)
  To: barebox; +Cc: mfe, Ahmad Fatoum

The i.MX8M UID and some other SoC-related info is now available over
soc0.soc_uid and imx8m_uid's function definition was removed.

Therefore remove the prototype as well.

Fixes: d392a0aea330 ("ARM: i.MX8M: convert the machine init to the soc driver")
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 include/mach/imx/imx8mq.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/mach/imx/imx8mq.h b/include/mach/imx/imx8mq.h
index df28b2a22caa..aafc4accd30e 100644
--- a/include/mach/imx/imx8mq.h
+++ b/include/mach/imx/imx8mq.h
@@ -87,6 +87,4 @@ static inline int imx8mq_cpu_revision(void)
 	return revision;
 }
 
-u64 imx8m_uid(void);
-
 #endif /* __MACH_IMX8_H */
-- 
2.39.2




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

end of thread, other threads:[~2024-02-29  8:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-28 17:51 [PATCH 1/2] ARM: i.MX8M: drop function prototype for removed imx8m_uid Ahmad Fatoum
2024-02-28 17:51 ` [PATCH 2/2] env: export getenv_ullx() helper Ahmad Fatoum
2024-02-29  8:20 ` [PATCH 1/2] ARM: i.MX8M: drop function prototype for removed imx8m_uid Sascha Hauer

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