mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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 <siva.durga.paladugu@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
12308b128f
commit
e4655aa240
1 changed files with 0 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue