scripts: use sep-char for hash nodes
authorDavid Bauer <mail@david-bauer.net>
Fri, 9 Jun 2023 12:12:47 +0000 (14:12 +0200)
committerDavid Bauer <mail@david-bauer.net>
Sat, 8 Jul 2023 18:04:45 +0000 (20:04 +0200)
commit2b133ab19cd5d741f3191f917c607667943f5f58
tree5f6f0ff4b05a4474d97a1a32c090f2b2fea7c70d
parent712fa3eff82086da8a13e7e5bc577df17892a581
scripts: use sep-char for hash nodes

U-Boot with enabled secure-boot will not boot images with the
@-character used for hash node-names.

Use the existing separation character configurable for each device.

Signed-off-by: David Bauer <mail@david-bauer.net>
scripts/mkits.sh