commit | c9495bcd4f5961fc8fcdc928c793dedc5c4bf14a | [log] [tgz] |
---|---|---|
author | Jun Nie <jun.nie@linaro.org> | Wed May 08 14:38:29 2019 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Tue Jun 11 10:42:48 2019 +0200 |
tree | f9fa8e4377be041fde7ddfc7ebd7959e0e8c8ded | |
parent | 053c244fcc8b58693c0e007c8be099c8a0c0a3ad [diff] |
mx7_common: Share configs to skip low level init Share configs in mx7 to skip low level init if we are in the case where OPTEE is loaded already (maybe by ARM Trusted Firmware) and that most of the low level initialization is already done and that we may/should skip it doing them here. Fix the definition detection with size detection to decide whether to skip it. Signed-off-by: Jun Nie <jun.nie@linaro.org> Reviewed-by: Fabio Estevam <festevam@gmail.com>