From: Michal Simek Date: Tue, 22 Jul 2025 11:03:43 +0000 (+0200) Subject: xilinx: mbv: Disable OF_HAS_PRIOR_STAGE X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f5bba72c2f6f444cabff459ad3927fdc86dbdb3;p=pandora-u-boot.git xilinx: mbv: Disable OF_HAS_PRIOR_STAGE There is no reason to use OF_BOARD for MBV because reduced DT is used by SPL and full DT is passed via u-boot.img or u-boot.itb. There is no reason to pick up DTB from certain address. Signed-off-by: Michal Simek Reviewed-by: Leo Yu-Chi Liang --- diff --git a/board/xilinx/mbv/Kconfig b/board/xilinx/mbv/Kconfig index c52ba1870b0..68acd8955ae 100644 --- a/board/xilinx/mbv/Kconfig +++ b/board/xilinx/mbv/Kconfig @@ -28,7 +28,6 @@ config BOARD_SPECIFIC_OPTIONS imply SPL_RAM_DEVICE imply CMD_SBI imply CMD_PING - imply OF_HAS_PRIOR_STAGE source "board/xilinx/Kconfig"