board: xilinx: Enable changing default DTB pick up address
authorMichal Simek <michal.simek@xilinx.com>
Thu, 20 Aug 2020 12:02:47 +0000 (14:02 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 23 Sep 2020 08:31:40 +0000 (10:31 +0200)
commit1a005b4ae45cc7bddfdaee095ec29cabea8be18a
tree7a166fec1309aeae668f84bbcf441ec28d7e6a81
parent6ba36c0e5910a1cc8b527403bf1a80db320f1315
board: xilinx: Enable changing default DTB pick up address

U-Boot on xilinx boards is checking one address where DTB can be placed as
the first location for DTB. Originally this code was developed for Versal
where QEMU was putting generated DTB for U-Boot to use.
The patch enables changing this address which is necessary for cases where
default address is pointing to location (DDR) which is not present. The
access to this location can cause exception.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
board/xilinx/Kconfig