commit | 203feded3a26f62fef7685bf5fd00bfbdbfb631e | [log] [tgz] |
---|---|---|
author | Michael Walle <michael@walle.cc> | Wed Nov 18 17:45:55 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 04 16:09:05 2020 -0500 |
tree | 2c5a631aef50efc926f4d3dc37047cf82559a413 | |
parent | 16fd24c20f38a4de08e6fb2a0c5f4a40a0dd8e7d [diff] |
spl: atf: move storage for bl31_params into function There is no need to have the storage available globally. This is also a preparation for LOAD_IMAGE_V2 support. That will introduce a similar generator function which also has its own storage. Signed-off-by: Michael Walle <michael@walle.cc> Acked-by: Michal Simek <michal.simek@xilinx.com>