]> git.ipfire.org Git - thirdparty/u-boot.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>
Tue, 2 Feb 2021 11:31:29 +0000 (12:31 +0100)
commit2bc1a7eb1027b326ee001cf83415cc285a2e18d0
tree4a5ae37200f7cf993f5f811f544f90882d83929a
parent8d1561eb457e0dfca6dac7dc6ed83ac3ae6411a4
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>
State: upstream (a672b9871b57fa1f1e86faa33360a49e218b9c57)
board/xilinx/common/board.c