mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: at91: Remove at91sama5d3_get_ddram_size() call
@ 2025-04-02  5:57 Alexander Shiyan
  2025-04-02  5:57 ` [PATCH 2/2] ARM: at91: sama5d3_xplained: Fix lowlevel barebox_entry() call Alexander Shiyan
  2025-04-02  8:25 ` [PATCH 1/2] ARM: at91: Remove at91sama5d3_get_ddram_size() call Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander Shiyan @ 2025-04-02  5:57 UTC (permalink / raw)
  To: barebox; +Cc: Alexander Shiyan

Since all barebox sama5d3 boards now support devicetree,
we can remove the separate at91sama5d3_get_ddram_size() call.

Signed-off-by: Alexander Shiyan <eagle.alexander923@gmail.com>
---
 arch/arm/mach-at91/ddramc.c      | 2 +-
 include/mach/at91/at91_ddrsdrc.h | 5 -----
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/arch/arm/mach-at91/ddramc.c b/arch/arm/mach-at91/ddramc.c
index 494a045249..313d0c3325 100644
--- a/arch/arm/mach-at91/ddramc.c
+++ b/arch/arm/mach-at91/ddramc.c
@@ -31,7 +31,7 @@ void __noreturn sama5d3_barebox_entry(unsigned int r4, void *boarddata)
 {
 	__sama5d3_stashed_bootrom_r4 = r4;
 
-	barebox_arm_entry(SAMA5_DDRCS, at91sama5d3_get_ddram_size(),
+	barebox_arm_entry(SAMA5_DDRCS, sama5_ramsize(IOMEM(SAMA5D3_BASE_MPDDRC)),
 			  boarddata);
 }
 
diff --git a/include/mach/at91/at91_ddrsdrc.h b/include/mach/at91/at91_ddrsdrc.h
index b9b0eb20b3..b344be4d1f 100644
--- a/include/mach/at91/at91_ddrsdrc.h
+++ b/include/mach/at91/at91_ddrsdrc.h
@@ -357,11 +357,6 @@ static inline u32 at91sam9n12_get_ddram_size(void)
 	return at91_get_ddram_size(IOMEM(AT91SAM9N12_BASE_DDRSDRC0), true);
 }
 
-static inline u32 at91sama5d3_get_ddram_size(void)
-{
-	return at91_get_ddram_size(IOMEM(SAMA5D3_BASE_MPDDRC), true);
-}
-
 static inline u32 at91sama5d4_get_ddram_size(void)
 {
 	return at91_get_ddram_size(IOMEM(SAMA5D4_BASE_MPDDRC), true);
-- 
2.39.1




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

end of thread, other threads:[~2025-04-02  8:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-02  5:57 [PATCH 1/2] ARM: at91: Remove at91sama5d3_get_ddram_size() call Alexander Shiyan
2025-04-02  5:57 ` [PATCH 2/2] ARM: at91: sama5d3_xplained: Fix lowlevel barebox_entry() call Alexander Shiyan
2025-04-02  8:25 ` [PATCH 1/2] ARM: at91: Remove at91sama5d3_get_ddram_size() call Sascha Hauer

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