This host tool is used to assemble the Layerscape image format, but it has been missing from .gitignore.
Signed-off-by: Ahmad Fatoum <[email protected]> --- scripts/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/.gitignore b/scripts/.gitignore index 05d61d649ac8..5daac12dc540 100644 --- a/scripts/.gitignore +++ b/scripts/.gitignore @@ -40,3 +40,4 @@ keytoc mvebuimg prelink-riscv imx9image +pblimage -- 2.47.3
