]> git.baikalelectronics.ru Git - uboot.git/commit
env: split fw_env.h in public and private parts
authorStefano Babic <sbabic@denx.de>
Wed, 5 Apr 2017 16:08:01 +0000 (18:08 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 12 Apr 2017 17:28:28 +0000 (13:28 -0400)
commitddbc7ec33ce45f00f23000ddb7fadc7580af254d
treebd9aab8df3e725e3037cf57a5da4acbc90b73d64
parent748b24ef854b55f07e75cf18675f4214525ce81a
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 <sbabic@denx.de>
common/env_flags.c
tools/env/fw_env.c
tools/env/fw_env.h
tools/env/fw_env_main.c
tools/env/fw_env_private.h [new file with mode: 0644]