u-boot: v2025.10: fileenv patch: add #include "env.h" to fix ENV_IS_NOWHERE builds

- thanks to tabrisnet
This commit is contained in:
Ricardo Pardini 2025-11-02 12:26:36 +01:00 committed by Igor
parent de1f49f241
commit af13870a7d

View File

@ -53,7 +53,7 @@ index 000000000000..111111111111
+#include <fs.h>
+#include <linux/ctype.h>
+#include <vsprintf.h>
+
+#include "env.h"
+static char *fs_argv[5];
+
+int do_fileenv(struct cmd_tbl *cmdtp, int flag, int argc, char * const argv[])