board/zynqmp/post-image.sh: support dots in DTS file names
authorFrancois Beerten <fbeerten.git@colabti.org>
Thu, 25 Oct 2018 10:05:28 +0000 (12:05 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 26 Oct 2018 18:54:00 +0000 (20:54 +0200)
commit4f56655b2b7dfe753a61a48b23ee3fe62f9d12fb
tree946ae1beae28b1e900fba1f92077bafac5086c12
parent2a3ef05520a6764fae0277a36014b011765ac3d9
board/zynqmp/post-image.sh: support dots in DTS file names

Some ZynqMP device trees in the kernel have a dot in their name,
for example "zynqmp-zcu102-rev1.0". The post image script
left out the part after the dot and created an invalid symlink.

Signed-off-by: Francois Beerten <fbeerten.git@colabti.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
board/zynqmp/post-image.sh