[PATCH 8/8] PBL: enable LIBFDT for OP-TEE early loading
Ahmad Fatoum
a.fatoum at pengutronix.de
Tue Apr 20 11:33:24 BST 2021
On 20.04.21 09:57, Rouven Czerwinski wrote:
> This allows the OP-TEE early loaded board to add the reserved memory
> entries for the correct MMU setup. This is done by including pbl/fdt.h
> and using fdt_fill_reserve_mem().
>
> Signed-off-by: Rouven Czerwinski <r.czerwinski at pengutronix.de>
> ---
> common/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/common/Kconfig b/common/Kconfig
> index bddf802d3b..469cc3e06a 100644
> --- a/common/Kconfig
> +++ b/common/Kconfig
> @@ -1088,6 +1088,7 @@ config BOOTM_OPTEE
>
> config PBL_OPTEE
> bool "Enable OP-TEE early start"
> + select LIBFDT
> depends on ARM
> depends on !THUMB2_BAREBOX
Should this
depends on !CONFIG_OPTEE_SIZE
?
> help
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list