From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Mon, 6 Jan 2020 10:00:16 +0100 Subject: [PATCH v2 0/2] Extend board_fdt_blob_setup() to support OF_SEPARATE Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, it is simply series which align board_fdt_blob_setup() with fdtdec with highest priority on default location where external DTB can be found. Thanks, Michal Changes in v2: - Fix print messages not to generate compilation warnings on arm32 - Silent all prints Michal Simek (2): arm64: zynqmp: Rename fw_dtb variable to fdt_blob arm64: zynqmp: Add support for OF_SEPARATE with board DTB board/xilinx/Kconfig | 2 +- board/xilinx/common/board.c | 31 ++++++++++++++++++++++++------- 2 files changed, 25 insertions(+), 8 deletions(-) -- 2.24.0