spl: atf: move storage for bl31_params into function
authorMichael Walle <michael@walle.cc>
Wed, 18 Nov 2020 16:45:55 +0000 (17:45 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 4 Dec 2020 21:09:05 +0000 (16:09 -0500)
commit37c218a06e50727ee5b13640f0cfeee396dc1c10
tree2c5a631aef50efc926f4d3dc37047cf82559a413
parent59b07a257ccee6e8a624ba33f4074b12c2453cf9
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>
common/spl/spl_atf.c