mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 09:12:08 +02:00
env: Move env_set() to env.h
Move env_set() over to the new header file. Acked-by: Joe Hershberger <joe.hershberger@ni.com> Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
1
tools/env/fw_env.c
vendored
1
tools/env/fw_env.c
vendored
@@ -10,6 +10,7 @@
|
||||
#define _GNU_SOURCE
|
||||
|
||||
#include <compiler.h>
|
||||
#include <env.h>
|
||||
#include <errno.h>
|
||||
#include <env_flags.h>
|
||||
#include <fcntl.h>
|
||||
|
Reference in New Issue
Block a user