diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2016-07-23 13:23:39 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2016-07-28 13:27:20 +0200 |
commit | 84c51687a79c4bac514c43c0c3a0118015e6b13c (patch) | |
tree | e05c7325855ec86fb52bff57d273f62780b7200a /include/configs/aristainetos-common.h | |
parent | a13d3757f7df25d0f017e85551b899d598ad1bdb (diff) | |
download | u-boot-84c51687a79c4bac514c43c0c3a0118015e6b13c.tar.gz |
aristainetos: 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: Heiko Schocher <hs@denx.de>
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Acked-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/configs/aristainetos-common.h')
-rw-r--r-- | include/configs/aristainetos-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/aristainetos-common.h b/include/configs/aristainetos-common.h index d87d40cc31..640227bf9a 100644 --- a/include/configs/aristainetos-common.h +++ b/include/configs/aristainetos-common.h @@ -17,7 +17,6 @@ #define CONFIG_MACH_TYPE 4501 #define CONFIG_MMCROOT "/dev/mmcblk0p1" -#define PHYS_SDRAM_SIZE (1u * 1024 * 1024 * 1024) /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (64 * SZ_1M) |