diff options
| author | Fabio Estevam <[email protected]> | 2016-07-23 13:23:40 -0300 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2016-07-28 13:27:20 +0200 |
| commit | c6a51bab174ecb4c6bebfada951ac556ffc13fcd (patch) | |
| tree | d3882b9fcd582d4f5d41b8e402ffc31838416297 /include | |
| parent | 84c51687a79c4bac514c43c0c3a0118015e6b13c (diff) | |
bx50v3: Use imx_ddr_size() for calculating the DDR size
imx_ddr_size() can be used to calculate the DDR size in runtime.
By using this function we no longer need to define PHYS_SDRAM_SIZE.
Cc: Martin Donnelly <[email protected]>
Signed-off-by: Fabio Estevam <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/ge_bx50v3.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/ge_bx50v3.h b/include/configs/ge_bx50v3.h index 4de2460bc0e..7a54546f831 100644 --- a/include/configs/ge_bx50v3.h +++ b/include/configs/ge_bx50v3.h @@ -32,8 +32,6 @@ #define CONFIG_MXC_UART_BASE UART3_BASE #define CONFIG_CONSOLE_DEV "ttymxc2" -#define PHYS_SDRAM_SIZE (2u * 1024 * 1024 * 1024) - #define CONFIG_SUPPORT_EMMC_BOOT |
