commit | d2cb0c8f759ddc9cbc063816454d5f0d18d7fcb1 | [log] [tgz] |
---|---|---|
author | Michael Walle <michael@walle.cc> | Wed Nov 18 17:45:56 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 04 16:09:05 2020 -0500 |
tree | 4a3f7f013595eee10cc1a4f1ce6e57c12d630e5a | |
parent | 37c218a06e50727ee5b13640f0cfeee396dc1c10 [diff] |
spl: atf: provide a bl2_plat_get_bl31_params_default() Move the actual implementation of the bl2_plat_get_bl31_params() to its own function. The weak function will just call the default implementation. This has the advantage that board code can still call the original implementation if it just want to modify minor things. Signed-off-by: Michael Walle <michael@walle.cc>