arm: zynq: Dont define SDRAM_BASE and SDRAM_SIZE in .h
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Mon, 16 Jul 2018 10:27:00 +0000 (15:57 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 19 Jul 2018 08:49:56 +0000 (10:49 +0200)
Remove the SDRAM_BASE and SDRAM_SIZE as it can now get these
details from DT.

Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/configs/zynq_cse.h

index 2f5843f9ec31622d8a3d397a3fd8366ee752ae62..adc02f0a4a3b30c73021df106dc35f0529bc06ef 100644 (file)
@@ -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 */