commit | 04b249656ebf311080a8efbbc0022acb38beca13 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Fri Dec 21 06:21:15 2018 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jan 28 20:35:47 2019 +0100 |
tree | b8bf28ced7934daad3521f041fdc1d52f55d60ee | |
parent | 3bd888b55ebe7ee0d60385ec710acce59788476d [diff] |
imx8: scu: use dedicated MU for SPL SPL runs in EL3 mode, except MU0_A, others are not powered on, and could not be used. However normal U-Boot use MU1_A, so we could not reuse the one in dts. And we could not replace the one in dts with MU0_A, because MU0_A is reserved in secure world. Signed-off-by: Peng Fan <peng.fan@nxp.com>