Re: [PATCH 01/20] fixdep: Support VPL

2024-07-29 Thread Simon Glass
Add VPL support in this tool. Signed-off-by: Simon Glass Fixes: f86ca5ad8f7 ("Introduce Verifying Program Loader (VPL)") --- scripts/basic/fixdep.c | 2 ++ 1 file changed, 2 insertions(+) Applied to u-boot-dm, thanks!

[PATCH 01/20] fixdep: Support VPL

2024-07-20 Thread Simon Glass
Add VPL support in this tool. Signed-off-by: Simon Glass Fixes: f86ca5ad8f7 ("Introduce Verifying Program Loader (VPL)") --- scripts/basic/fixdep.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/basic/fixdep.c b/scripts/basic/fixdep.c index 5ced0f6b069..3d40bd7ee25 100644 ---