diff mbox series

[U-Boot,v5,3/5] arm: zynq: Dont define SDRAM_BASE and SDRAM_SIZE in .h

Message ID c2cdc6fd3ef021eaa5251b5a6ebb97a862221ece.1531748261.git.michal.simek@xilinx.com
State Superseded
Delegated to: Michal Simek
Headers show
Series Add support for reading memory configuration from DT at run-time | expand

Commit Message

Michal Simek July 16, 2018, 1:37 p.m. UTC
From: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>

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>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2:
- Removed commit reference from description as per comment

 include/configs/zynq_cse.h | 3 ---
 1 file changed, 3 deletions(-)

Comments

Simon Glass July 19, 2018, 1:31 a.m. UTC | #1
On 16 July 2018 at 07:37, Michal Simek <michal.simek@xilinx.com> wrote:
> From: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
>
> Remove the SDRAM_BASE nad SDRAM_SIZE as it can now get these

and

> details from DT.
>
> Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
> Changes in v5: None
> Changes in v4: None
> Changes in v3: None
> Changes in v2:
> - Removed commit reference from description as per comment
>
>  include/configs/zynq_cse.h | 3 ---
>  1 file changed, 3 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

diff --git a/include/configs/zynq_cse.h b/include/configs/zynq_cse.h
index 2f5843f9ec31..adc02f0a4a3b 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 */