From f414dbcc13dd8709e03ac3f935f5e5c2eebfa5a0 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Wed, 7 May 2025 21:07:10 -0300 Subject: board: sama5d27_wlsom1_ek: Get RAM size and base from devicetree Instead of using defines for the RAM size and base address, retrieve these information from the devicetree. This aligns with the sama5d27_som1_ek board in commit 73c1589f025d9 ("board: sama5d27_som1_ek: Get dram size and base from device tree"). While at it, remove a spurious '/* SPL */' comment. Signed-off-by: Fabio Estevam --- include/configs/sama5d27_wlsom1_ek.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include') diff --git a/include/configs/sama5d27_wlsom1_ek.h b/include/configs/sama5d27_wlsom1_ek.h index 1979cb366e5..b54e3d5c710 100644 --- a/include/configs/sama5d27_wlsom1_ek.h +++ b/include/configs/sama5d27_wlsom1_ek.h @@ -15,10 +15,4 @@ #undef CFG_SYS_AT91_MAIN_CLOCK #define CFG_SYS_AT91_MAIN_CLOCK 24000000 /* from 24 MHz crystal */ -/* SDRAM */ -#define CFG_SYS_SDRAM_BASE 0x20000000 -#define CFG_SYS_SDRAM_SIZE 0x10000000 - -/* SPL */ - #endif -- cgit v1.2.3