]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: arm: Remove OF_PRIOR_STAGE from the remaining Arm boards
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Mon, 11 Oct 2021 21:00:14 +0000 (00:00 +0300)
committerTom Rini <trini@konsulko.com>
Mon, 18 Oct 2021 17:19:50 +0000 (13:19 -0400)
commit2ea63271e522ff6cc9e48191b0e3b459f5e7b456
tree924ba12bb1049dbd76f5abbab726377d37f4088f
parent2e8d2f88439d7437f04a6af1d206270f9a2240d3
board: arm: Remove OF_PRIOR_STAGE from the remaining Arm boards

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>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/Kconfig
board/broadcom/bcmstb/bcmstb.c
configs/bcm7260_defconfig
configs/bcm7445_defconfig