commit | 0e4d90ce1827599dbbda68756c6ac73435267049 | [log] [tgz] |
---|---|---|
author | Michael Walle <michael@walle.cc> | Wed Nov 18 17:45:57 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 04 16:09:05 2020 -0500 |
tree | 568a5b6b1c26d3be24eeb5d6d56bd2527e41c257 | |
parent | 2def7d9f411f82c6ec794c7a18f43e6dd897a9fb [diff] |
spl: atf: remove helper structure from common header bl2_to_bl31_params_mem is just an implementation detail of the SPL ATF support and is not needed anywhere else. Move it from the header to the actual module. Signed-off-by: Michael Walle <michael@walle.cc> Acked-by: Michal Simek <michal.simek@xilinx.com>