
27 Sep
2021
27 Sep
'21
10:15 p.m.
On Mon, 27 Sept 2021 at 00:48, Ilias Apalodimas ilias.apalodimas@linaro.org wrote:
At some point back in 2018 prior_stage_fdt_address and OF_PRIOR_STAGE got introduced, in order to support a DTB handed over by an earlier stage boo loader. However we have another option in the Kconfig (OF_BOARD) which has identical semantics.
So let's remove the option in an effort to simplify U-Boot's config and DTB management, and use OF_BOARD instead.
Signed-off-by: Ilias Apalodimas ilias.apalodimas@linaro.org
arch/arm/Kconfig | 1 - board/broadcom/bcmstb/bcmstb.c | 6 ++++++ configs/bcm7260_defconfig | 2 +- configs/bcm7445_defconfig | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org