commit | c5b68ef8af3c2f515c1f5b8d63a69359a85d753b | [log] [tgz] |
---|---|---|
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | Tue Sep 07 12:07:09 2021 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 05 08:50:14 2021 -0400 |
tree | f2b8ff50d78215c78010d0e17deb3648a29d0dea | |
parent | f6953047cb99d50cca0dc73740337b08fbdc1bf8 [diff] |
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>