[PATCH 2/3] board: arm: Remove OF_PRIOR_STAGE
Simon Glass
sjg at chromium.org
Mon Sep 27 22:15:03 CEST 2021
On Mon, 27 Sept 2021 at 00:48, Ilias Apalodimas
<ilias.apalodimas at 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 at 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 at chromium.org>
More information about the U-Boot
mailing list