commit | c58050bc87f8fa77f8c37f6c67b2579b403a89c2 | [log] [tgz] |
---|---|---|
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | Tue Sep 07 12:07:07 2021 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 05 08:46:56 2021 -0400 |
tree | b01cf523b320231d49c4c6b3e6a623d42b6621ce | |
parent | dccafbaaca92f0a9b01be38d6501eea3e7d8952e [diff] |
lib: optee: Remove CONFIG_OPTEE_TZDRAM_BASE It is no longer used in u-boot. Information about the TZDRAM location is usually available in the devicetree as "/reserved-memory/" nodes. Because this isn't used, remove it. Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>