]> git.ipfire.org Git - thirdparty/u-boot.git/commit
arm64: zynqmp: Create fdtfile from compatible string
authorMichal Simek <michal.simek@xilinx.com>
Thu, 14 Feb 2019 12:14:30 +0000 (13:14 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 27 Feb 2019 07:53:08 +0000 (08:53 +0100)
commit24bbf5146827b6b7ba1b9fff4563ae53bd7848ee
tree24c4d1ed1671fb7c6077b26affdf96cbca48d0ee
parent1117b3e0acfd3467225c2d9bc4a639c5caa71e96
arm64: zynqmp: Create fdtfile from compatible string

distro boot expects that fdtfile name is setup for alternative DTB.
Create this file based on the first platform compatible string.
This should ensure that one rootfs can store multiple DTBs for different
boards.
Reflect structure which is used in Linux kernel. It means dtbs are
strored in xilinx folder.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Alexander Graf <agraf@suse.de>
board/xilinx/zynqmp/zynqmp.c