mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-19 11:24:42 +00:00
xilinx: mbv: Place DTB by default to DDR location
DTB should be also placed to DDR. It should be the part of commit
9d688e6da5
("riscv: mbv: Align DT with QEMU").
Signed-off-by: Michal Simek <michal.simek@amd.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
This commit is contained in:
parent
e83a99cb67
commit
d86ff34285
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ config XILINX_OF_BOARD_DTB_ADDR
|
||||||
default 0x1000 if ARCH_VERSAL || ARCH_VERSAL_NET || ARCH_VERSAL2
|
default 0x1000 if ARCH_VERSAL || ARCH_VERSAL_NET || ARCH_VERSAL2
|
||||||
default 0x8000 if MICROBLAZE
|
default 0x8000 if MICROBLAZE
|
||||||
default 0x100000 if ARCH_ZYNQ || ARCH_ZYNQMP
|
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
|
depends on OF_BOARD || OF_SEPARATE
|
||||||
help
|
help
|
||||||
Offset in the memory where the board configuration DTB is placed.
|
Offset in the memory where the board configuration DTB is placed.
|
||||||
|
|
Loading…
Add table
Reference in a new issue