diff options
| author | Vikas Manocha <[email protected]> | 2017-04-10 15:03:01 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-05-08 11:57:21 -0400 |
| commit | 57af3cc32a7b39bc26987780fbca109e206d1c34 (patch) | |
| tree | c68c7b4c77a0d4e87b92f4b1a0554b6d7d9f3239 /include | |
| parent | 2f80a9f72ecf4cfee68279a45e3c155f6516faa1 (diff) | |
stm32f7: stm32f746-disco: read memory info from device tree
Signed-off-by: Vikas Manocha <[email protected]>
cc: Christophe KERELLO <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/stm32f746-disco.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/configs/stm32f746-disco.h b/include/configs/stm32f746-disco.h index 48ac4413e02..349ee3af89e 100644 --- a/include/configs/stm32f746-disco.h +++ b/include/configs/stm32f746-disco.h @@ -16,11 +16,7 @@ * Configuration of the external SDRAM memory */ #define CONFIG_NR_DRAM_BANKS 1 -#define CONFIG_SYS_RAM_SIZE (8 * 1024 * 1024) -#define CONFIG_SYS_RAM_CS 1 -#define CONFIG_SYS_RAM_FREQ_DIV 2 -#define CONFIG_SYS_RAM_BASE 0xC0000000 -#define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_RAM_BASE +#define CONFIG_SYS_RAM_FREQ_DIV 2 #define CONFIG_SYS_LOAD_ADDR 0xC0400000 #define CONFIG_LOADADDR 0xC0400000 |
