]> Git Repo - J-u-boot.git/commit
spl: atf: move storage for bl31_params into function
authorMichael Walle <[email protected]>
Wed, 18 Nov 2020 16:45:55 +0000 (17:45 +0100)
committerTom Rini <[email protected]>
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 <[email protected]>
Acked-by: Michal Simek <[email protected]>
common/spl/spl_atf.c
This page took 0.039786 seconds and 4 git commands to generate.