From af13870a7d9f3da6db4976313f72d35ebc9cfdcb Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Sun, 2 Nov 2025 12:26:36 +0100 Subject: [PATCH] u-boot: v2025.10: fileenv patch: add `#include "env.h"` to fix ENV_IS_NOWHERE builds - thanks to tabrisnet --- .../v2025.10/cmd-fileenv-read-string-from-file-into-env.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch/u-boot/v2025.10/cmd-fileenv-read-string-from-file-into-env.patch b/patch/u-boot/v2025.10/cmd-fileenv-read-string-from-file-into-env.patch index d65bda9c97..c66c77a8b4 100644 --- a/patch/u-boot/v2025.10/cmd-fileenv-read-string-from-file-into-env.patch +++ b/patch/u-boot/v2025.10/cmd-fileenv-read-string-from-file-into-env.patch @@ -53,7 +53,7 @@ index 000000000000..111111111111 +#include +#include +#include -+ ++#include "env.h" +static char *fs_argv[5]; + +int do_fileenv(struct cmd_tbl *cmdtp, int flag, int argc, char * const argv[])