mbox series

[v2,0/2] Extend board_fdt_blob_setup() to support OF_SEPARATE

Message ID cover.1578301215.git.michal.simek@xilinx.com
Headers show
Series Extend board_fdt_blob_setup() to support OF_SEPARATE | expand

Message

Michal Simek Jan. 6, 2020, 9 a.m. UTC
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(-)

Comments

Michal Simek Jan. 16, 2020, 7:29 a.m. UTC | #1
po 6. 1. 2020 v 10:00 odesílatel Michal Simek <michal.simek at xilinx.com> napsal:
>
> 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
>

Applied.
M