diff mbox series

[U-Boot,v3,2/4] arm: zynq: Dont define SDRAM_BASE and SDRAM_SIZE in .h

Message ID 1529302727-29772-1-git-send-email-siva.durga.paladugu@xilinx.com
State Superseded
Delegated to: Michal Simek
Headers show
Series [U-Boot,v3,1/4] lib: fdtdec: Add new variable ram_start to global data | expand

Commit Message

Siva Durga Prasad Paladugu June 18, 2018, 6:18 a.m. UTC
Remove the SDRAM_BASE nad SDRAM_SIZE as it can now get these
details from DT.

Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
---
Changes from v2:
- None

Changes from v1:
- Removed commit reference from description as per comment
---
 include/configs/zynq_cse.h | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/include/configs/zynq_cse.h b/include/configs/zynq_cse.h
index 2f5843f..adc02f0 100644
--- a/include/configs/zynq_cse.h
+++ b/include/configs/zynq_cse.h
@@ -41,7 +41,4 @@ 
 #undef CONFIG_SYS_MALLOC_LEN
 #define CONFIG_SYS_MALLOC_LEN	0x1000
 
-#define CONFIG_SYS_SDRAM_BASE	0xfffc0000
-#define CONFIG_SYS_SDRAM_SIZE	0x40000
-
 #endif /* __CONFIG_ZYNQ_CSE_H */