]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
xilinx: mbv: Place DTB by default to DDR location
authorMichal Simek <michal.simek@amd.com>
Fri, 1 Nov 2024 09:49:53 +0000 (10:49 +0100)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 6 Nov 2024 11:42:48 +0000 (19:42 +0800)
DTB should be also placed to DDR. It should be the part of commit
9d688e6da5c9 ("riscv: mbv: Align DT with QEMU").

Signed-off-by: Michal Simek <michal.simek@amd.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
board/xilinx/Kconfig

index c7df4ab5781a6c4540570c57dabf2f91772f2e31..0ff8440e6e0665a18b4859368d127aa31f60cf3c 100644 (file)
@@ -45,7 +45,7 @@ config XILINX_OF_BOARD_DTB_ADDR
        default 0x1000 if ARCH_VERSAL || ARCH_VERSAL_NET || ARCH_VERSAL2
        default 0x8000 if MICROBLAZE
        default 0x100000 if ARCH_ZYNQ || ARCH_ZYNQMP
-       default 0x23000000 if TARGET_XILINX_MBV
+       default 0x83000000 if TARGET_XILINX_MBV
        depends on OF_BOARD || OF_SEPARATE
        help
          Offset in the memory where the board configuration DTB is placed.