diff mbox series

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

Message ID 1528183298-10336-1-git-send-email-siva.durga.paladugu@xilinx.com
State Superseded
Delegated to: Michal Simek
Headers show
Series [U-Boot,1/4] lib: fdtdec: Fill initial ram top with DDR start value from dt | expand

Commit Message

Siva Durga Prasad Paladugu June 5, 2018, 7:21 a.m. UTC
Remove the SDRAM_BASE nad SDRAM_SIZE as it can now get these
details from DT using 'commit 327f66622391
("lib: fdtdec: Fill initial ram top with DDR start value from dt")'

Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
---
 include/configs/zynq_cse.h | 3 ---
 1 file changed, 3 deletions(-)

--
2.7.4

This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately.

Comments

Michal Simek June 7, 2018, 11:25 a.m. UTC | #1
On 5.6.2018 09:21, Siva Durga Prasad Paladugu wrote:
> Remove the SDRAM_BASE nad SDRAM_SIZE as it can now get these
> details from DT using 'commit 327f66622391

this sha1 will be pretty much bogus.

M

> ("lib: fdtdec: Fill initial ram top with DDR start value from dt")'
> 
> Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
> ---
>  include/configs/zynq_cse.h | 3 ---
>  1 file changed, 3 deletions(-)
> 
> 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 */
>
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 */