From: Siva Durga Prasad Paladugu Date: Mon, 16 Jul 2018 10:27:00 +0000 (+0530) Subject: arm: zynq: Dont define SDRAM_BASE and SDRAM_SIZE in .h X-Git-Tag: v2018.09-rc1~141^2~9 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e4655aa2409eeeb3ce7d7ddbbe30b2c5caf8d068;p=oweals%2Fu-boot.git arm: zynq: Dont define SDRAM_BASE and SDRAM_SIZE in .h Remove the SDRAM_BASE and SDRAM_SIZE as it can now get these details from DT. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek Reviewed-by: Simon Glass --- diff --git a/include/configs/zynq_cse.h b/include/configs/zynq_cse.h index 2f5843f9ec..adc02f0a4a 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 */