commit | 8e5c9ae126ba30bfac49281ba43690d89be7f628 | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@linaro.org> | Tue Jan 10 14:05:21 2023 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Fri Feb 10 16:38:50 2023 +0100 |
tree | bcd98fddce7cddde7efa381e8665cd1e837fceec | |
parent | d7f3c23cd5d0a9cb6788879abd878ffdb64fe176 [diff] |
plat-stm32mp1: remove code for when DT is not supported This change removes implementation managing cases when CFG_EMBED_DTB is disabled. This change aims to simplify source files and is related to commit [1] from which stm32mp1 platform requires DTB for the drivers configuration. Link: [1] 474ad1856b56 ("plat-stm32mp1: conf: mandate the use of device tree on STM32MP1x platforms") Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Gatien Chevallier <gatien.chevallier@foss.st.com> Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers