Re: [PATCH] u-boot-initial-env: Add missing dependencies

2025-02-18 Thread Tom Rini
On Sun, 09 Feb 2025 08:34:09 -0600, Tom Rini wrote: > When performing a build consisting of only a defconfig target and then > this tool, we were missing two dependencies. Add them. > > Applied to u-boot/next, thanks! -- Tom

[PATCH] u-boot-initial-env: Add missing dependencies

2025-02-09 Thread Tom Rini
When performing a build consisting of only a defconfig target and then this tool, we were missing two dependencies. Add them. Signed-off-by: Tom Rini --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 33bb86343c5b..1f641d49f211 100644 --- a