commit | 0b2236d537391728a110ca1fe480b3c3bf914cf6 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Fri Dec 21 06:21:34 2018 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jan 28 20:35:47 2019 +0100 |
tree | b69cb895686fbba8a42afb407a37d6486e0d07a5 | |
parent | f2caeb4eb80496a7902ba2603d8b7ca9d3b0ca7d [diff] |
imx8qxp: mek: default enable SPL Enable SPL for i.MX8QXP MEK, and currently use SPL FIT. The SPL enable SPL_DM to use MMC/PINCTRL/POWER DOMAIN/CLK. Note: SPL FIT could not support secure boot chain, because i.MX8/8X only support i.MX container format. This container format has not been upstreamed, so we use FIT for now. When SPL container supported, we could switch to that. Signed-off-by: Peng Fan <peng.fan@nxp.com>