commit | 878ba366986c3185bb1bf62be0f5e5c4679e4f84 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Thu Dec 19 17:45:15 2019 +0100 |
committer | Michal Simek <michal.simek@xilinx.com> | Tue Jan 14 09:05:53 2020 +0100 |
tree | 0a9ec352bd27af685948cd129665fb568b7f0a63 | |
parent | 6f462f2ad75a3daca87c99d5a10ff8a28b7ca6dc [diff] |
arm64: zynqmp: Add support for OF_SEPARATE with board DTB OF_BOARD and OF_SEPARATE can use board specific board_fdt_blob_setup(). OF_BOARD option is mostly used for picking up DTB from certain location. OF_SEPARATE option is used when DTB is appended after u-boot binary. This board specific function is aligned with current version in lib/fdtdec.c with checking CONFIG_XILINX_OF_BOARD_DTB_ADDR address first. Signed-off-by: Michal Simek <michal.simek@xilinx.com>