commit | 1ab968b2fb1d63c49943450bfff14d18c0f54705 | [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 | 26fc66709c0de7732a12fd59dbce5a83eb454bae [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>