commit | e48aac0940fe2070d814216b7bbd9f7c2de97afc | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sat Feb 27 14:59:00 2021 +0100 |
committer | Stefano Babic <sbabic@denx.de> | Mon Mar 01 10:21:36 2021 +0100 |
tree | d874fe892da144c70f6ca7c87f7cf59d977f64b5 | |
parent | 947d5b995a77dc354850af01ac591d3cb0e25f5c [diff] |
ARM: imx: Do not hard-code MX8M MMU table DRAM entry offset Instead of hard-coding the offset of DRAM entries in MMU table all over the code, auto-detect the offset. This removes error-prone code which would break e.g. in case the MMU table is modified. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Fabio Estevam <festevam@gmail.com> Cc: Peng Fan <peng.fan@nxp.com> Cc: Stefano Babic <sbabic@denx.de> Cc: Ye Li <ye.li@nxp.com> Reviewed-by: Fabio Estevam <festevam@gmail.com>