commit | d4c56b821fe4aa1f0c272efcdaa71294efa45623 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@gmail.com> | Thu Jul 18 15:04:25 2019 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Mon Oct 14 09:31:41 2019 +0200 |
tree | 9087ff4d2ceb449f17d74c03f6409e7e572f4d94 | |
parent | 262f511f078e7086f1d8618b44cdea507bec82aa [diff] |
mx7ulp_evk: Use imx_ddr_size() Use imx_ddr_size() to retrieve the total DDR size instead of passing a hardcoded memory size. imx_ddr_size() calculates the memory size based on the actual MMDC registers values and is useful to detect misconfigurations, so switch to this more robust approach. Signed-off-by: Fabio Estevam <festevam@gmail.com>