[PATCH] xilinx: Make XILINX_OF_BOARD_DTB_ADDR depending on OF_BOARD only
Michal Simek
monstr at monstr.eu
Fri Aug 1 13:23:10 CEST 2025
On 7/22/25 10:15, Michal Simek wrote:
> board_fdt_blob_setup() is guarded by OF_BOARD already that's why make no
> sense to depend also on OF_SEPARATE.
>
> Signed-off-by: Michal Simek <michal.simek at amd.com>
> ---
>
> board/xilinx/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/board/xilinx/Kconfig b/board/xilinx/Kconfig
> index f7152d6ee6d5..5c3240da0733 100644
> --- a/board/xilinx/Kconfig
> +++ b/board/xilinx/Kconfig
> @@ -55,7 +55,7 @@ config XILINX_OF_BOARD_DTB_ADDR
> default 0x8000 if MICROBLAZE
> default 0x100000 if ARCH_ZYNQ || ARCH_ZYNQMP
> default 0x83000000 if TARGET_XILINX_MBV
> - depends on OF_BOARD || OF_SEPARATE
> + depends on OF_BOARD
> help
> Offset in the memory where the board configuration DTB is placed.
>
Applied.
M
--
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP/Versal ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal/Versal NET SoCs
TF-A maintainer - Xilinx ZynqMP/Versal/Versal NET SoCs
More information about the U-Boot
mailing list