diff options
| author | Stefano Babic <[email protected]> | 2017-04-05 18:08:01 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-04-12 13:28:28 -0400 |
| commit | 9d80b49a671c9922931adcd823aab0ed319a42d1 (patch) | |
| tree | bd9aab8df3e725e3037cf57a5da4acbc90b73d64 /common | |
| parent | b80c0b99347c52884cccc7c09775942acbcc0739 (diff) | |
env: split fw_env.h in public and private parts
Move U-Boot private data into a separate file. This
lets export fw_env.h to be used by external programs
that want to change the environment using the library
built in tools/env.
Signed-off-by: Stefano Babic <[email protected]>
Diffstat (limited to 'common')
| -rw-r--r-- | common/env_flags.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/env_flags.c b/common/env_flags.c index 921d3770ead..3c50620cb34 100644 --- a/common/env_flags.c +++ b/common/env_flags.c @@ -11,6 +11,7 @@ #ifdef USE_HOSTCC /* Eliminate "ANSI does not permit..." warnings */ #include <stdint.h> #include <stdio.h> +#include "fw_env_private.h" #include "fw_env.h" #include <env_attr.h> #include <env_flags.h> |
