commit | 553825c1090c9f6968e81a0d40d0a3f42202fc6b | [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 | d2cb0c8f759ddc9cbc063816454d5f0d18d7fcb1 [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>