mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/4] ARM: imx8m: allow ddr_get_firmware to be called from other units
@ 2022-12-07 22:09 Lucas Stach
  2022-12-07 22:09 ` [PATCH 2/4] ARM: nxp-imx8mq-evk: include DDR firmware in image Lucas Stach
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Lucas Stach @ 2022-12-07 22:09 UTC (permalink / raw)
  To: barebox

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 include/soc/imx8m/ddr.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/soc/imx8m/ddr.h b/include/soc/imx8m/ddr.h
index 2149ae432554..0b3c4d47e39d 100644
--- a/include/soc/imx8m/ddr.h
+++ b/include/soc/imx8m/ddr.h
@@ -389,7 +389,7 @@ extern struct dram_timing_info dram_timing;
 void ddr_get_firmware_lpddr4(void);
 void ddr_get_firmware_ddr(void);
 
-static void ddr_get_firmware(enum dram_type dram_type)
+static inline void ddr_get_firmware(enum dram_type dram_type)
 {
 	if (dram_type == DRAM_TYPE_LPDDR4)
 		ddr_get_firmware_lpddr4();
-- 
2.38.1




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

end of thread, other threads:[~2022-12-09  7:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-07 22:09 [PATCH 1/4] ARM: imx8m: allow ddr_get_firmware to be called from other units Lucas Stach
2022-12-07 22:09 ` [PATCH 2/4] ARM: nxp-imx8mq-evk: include DDR firmware in image Lucas Stach
2022-12-07 22:09 ` [PATCH 3/4] ARM: zii-imx8mq-dev: " Lucas Stach
2022-12-07 22:09 ` [PATCH 4/4] ARM: phytec-som-imx8mq: " Lucas Stach
2022-12-09  7:14 ` [PATCH 1/4] ARM: imx8m: allow ddr_get_firmware to be called from other units Sascha Hauer

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