commit | e6b2c2b4a485067ae3da0de087346726e829f0a9 | [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 | 1df287cc9750670ebe5f92aa2cad76e80615f262 [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>