commit | 663c16268a72c7a6f99e3796f4317460dd55d195 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Mon Jan 04 11:07:28 2021 +0100 |
committer | Michal Simek <michal.simek@xilinx.com> | Wed Jan 20 08:34:53 2021 +0100 |
tree | 4928b698edfc151d87d9943b5008e731e61dc680 | |
parent | 9b9d01e0f4ccd1f83b43751da61e60be82d5b601 [diff] |
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>