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>
Wed, 26 Jul 2023 13:39:24 +0000 (15:39 +0200)
commit5ded0a3975f8757f23d542dae370bca59e4b4525
tree1ef4b376e35ab89d143742cd23ee74dec87d43db
parent897d55bcdf864f4d40cf50396b963ca240bbc1fc
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>
(cherry picked from commit 2b133ab19cd5d741f3191f917c607667943f5f58)
scripts/mkits.sh