public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 1/2] xilinx: mbv: Place DTB by default to DDR location
@ 2024-11-01  9:49 Michal Simek
  2024-11-01  9:49 ` [PATCH 2/2] xilinx: mbv: Align smode_defconfig with upstream QEMU Michal Simek
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Michal Simek @ 2024-11-01  9:49 UTC (permalink / raw)
  To: u-boot, git; +Cc: Leo Yu-Chi Liang, Padmarao Begari, Tom Rini

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>
---

 board/xilinx/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/xilinx/Kconfig b/board/xilinx/Kconfig
index c7df4ab5781a..0ff8440e6e06 100644
--- a/board/xilinx/Kconfig
+++ b/board/xilinx/Kconfig
@@ -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.
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-11-07  4:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-01  9:49 [PATCH 1/2] xilinx: mbv: Place DTB by default to DDR location Michal Simek
2024-11-01  9:49 ` [PATCH 2/2] xilinx: mbv: Align smode_defconfig with upstream QEMU Michal Simek
2024-11-06 11:25   ` Leo Liang
2024-11-07  4:21   ` Begari, Padmarao
2024-11-06 11:41 ` [PATCH 1/2] xilinx: mbv: Place DTB by default to DDR location Leo Liang
2024-11-07  4:20 ` Begari, Padmarao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox