u-boot: v2025.10: fileenv patch: add #include "env.h" to fix ENV_IS_NOWHERE builds
- thanks to tabrisnet
This commit is contained in:
parent
de1f49f241
commit
af13870a7d
@ -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[])
|
||||
|
||||
Loading…
Reference in New Issue
Block a user