]> git.baikalelectronics.ru Git - uboot.git/commit
spl: atf: provide a bl2_plat_get_bl31_params_default()
authorMichael Walle <michael@walle.cc>
Wed, 18 Nov 2020 16:45:56 +0000 (17:45 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 4 Dec 2020 21:09:05 +0000 (16:09 -0500)
commit6997f4006756fa7f28091be681321c00375a5b4a
tree4a3f7f013595eee10cc1a4f1ce6e57c12d630e5a
parentefab0fd6982dad0829fc1bc0f49d18275b5caa93
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>
common/spl/spl_atf.c
include/spl.h