Re: [PATCH 1/7] binman: Fix unique names having '/.' for images read from files

2022-04-19 Thread Simon Glass
On Sun, 27 Mar 2022 at 09:32, Alper Nebi Yasak wrote: > > Binman can embed a copy of the image description into the images it > builds as a fdtmap entry, but it omits the /binman/ prefix > from the node paths while doing so. When reading an already-built image > file, entries are reconstructed usi

[PATCH 1/7] binman: Fix unique names having '/.' for images read from files

2022-03-27 Thread Alper Nebi Yasak
Binman can embed a copy of the image description into the images it builds as a fdtmap entry, but it omits the /binman/ prefix from the node paths while doing so. When reading an already-built image file, entries are reconstructed using this fdtmap and their associated nodes still lack that prefix.