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)
commitc5b68ef8af3c2f515c1f5b8d63a69359a85d753b
treef2b8ff50d78215c78010d0e17deb3648a29d0dea
parentf6953047cb99d50cca0dc73740337b08fbdc1bf8
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