]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
xilinx: mbv: Disable OF_HAS_PRIOR_STAGE
authorMichal Simek <michal.simek@amd.com>
Tue, 22 Jul 2025 11:03:43 +0000 (13:03 +0200)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Thu, 14 Aug 2025 06:32:00 +0000 (14:32 +0800)
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 <michal.simek@amd.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
board/xilinx/mbv/Kconfig

index c52ba1870b0ba1c61ba900b39910074265d9ff3f..68acd8955ae851d38f8baa02c984c4b860416e77 100644 (file)
@@ -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"