RE: [PATCH 1/2] xilinx: mbv: Place DTB by default to DDR location

2024-11-06 Thread Begari, Padmarao
> From: Simek, Michal > Sent: Friday, November 1, 2024 3:20 PM > To: u-boot@lists.denx.de; g...@xilinx.com > Cc: Leo Yu-Chi Liang ; Begari, Padmarao > ; Tom Rini > Subject: [PATCH 1/2] xilinx: mbv: Place DTB by default to DDR location > > DTB should be also placed

Re: [PATCH 1/2] xilinx: mbv: Place DTB by default to DDR location

2024-11-06 Thread Leo Liang
On Fri, Nov 01, 2024 at 10:49:53AM +0100, Michal Simek wrote: > 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 > --- > > board/xilinx/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletio

[PATCH 1/2] xilinx: mbv: Place DTB by default to DDR location

2024-11-01 Thread Michal Simek
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 --- board/xilinx/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/xilinx/Kconfig b/board/xilinx/Kconfig index c7df4ab57