commit | 1472bb775ebba53a6bf298638df2255645755b45 | [log] [tgz] |
---|---|---|
author | Anson Huang <Anson.Huang@nxp.com> | Wed Feb 27 17:12:43 2019 +0800 |
committer | Anson Huang <Anson.Huang@nxp.com> | Wed Feb 27 17:16:22 2019 +0800 |
tree | a3f07e9e33159680937f33b0a9f48c0699150d1e | |
parent | 4245a8568555e97ecb55e1e3c547bddab843fe20 [diff] |
imx: keep boot device info for partition reboot The boot device info should be kept during partition reboot, the boot device ownership is changed after partition management in ATF, so calling sc_pm_set_boot_parm() with boot device parameter will fail in PSCI initialization phase, moving it to bl31_early_platform_setup2() can make it work, correct them. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> (cherry picked from commit d0c4a4e2c2d2618bef7c469c11ebeeb98174630a)