]> git.baikalelectronics.ru Git - uboot.git/commit
xilinx: common: Do not touch CONFIG_XILINX_OF_BOARD_DTB_ADDR in SPL
authorMichal Simek <michal.simek@xilinx.com>
Mon, 4 Jan 2021 10:07:28 +0000 (11:07 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 20 Jan 2021 07:34:53 +0000 (08:34 +0100)
commit2d4d817634094ae90d8284bd364946f153539c07
tree4928b698edfc151d87d9943b5008e731e61dc680
parented6ab9472914276eec2ad9925918a224587eceb8
xilinx: common: Do not touch CONFIG_XILINX_OF_BOARD_DTB_ADDR in SPL

This hook is used in full U-Boot that's why there is no reason to touch
this location from SPL. The hook was introduced for QEMU usage but none is
really running SPL on QEMU that's why it shouldn't break any usecase.

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