]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitefab0fd6982dad0829fc1bc0f49d18275b5caa93
tree2c5a631aef50efc926f4d3dc37047cf82559a413
parent5456c0751a6ed6a2e7e57fd369da320f376f7bd0
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