]> git.baikalelectronics.ru Git - uboot.git/commit
arm: imx: mx7: Move CONFIG_OPTEE_TZDRAM_SIZE from lib/optee
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>
Tue, 7 Sep 2021 17:07:09 +0000 (12:07 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 5 Oct 2021 12:50:14 +0000 (08:50 -0400)
commitb93e1777418ef6eb8a4b1e22acf4a90e6d7df010
treef2b8ff50d78215c78010d0e17deb3648a29d0dea
parent140fbccfe786736630f71553b159207e86a04407
arm: imx: mx7: Move CONFIG_OPTEE_TZDRAM_SIZE from lib/optee

This config is only used by three boards with this SOC. Most other
platforms derive this information from devicetree, and are unlikely
to ever need this config.

Moreover, it is confusing when Kconfig asks for this value under
"Support OPTEE images", but does not do anything with the value.
Move it to imx7 for those boards who still make use of it.

Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
arch/arm/mach-imx/mx7/Kconfig
lib/optee/Kconfig