]> git.ipfire.org Git - people/ms/u-boot.git/commit
env: Add a new implementation of environment access
authorSimon Glass <sjg@chromium.org>
Thu, 3 Aug 2017 18:22:00 +0000 (12:22 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 16 Aug 2017 00:50:26 +0000 (20:50 -0400)
commitc9d728dd33fe7c45711395c72b2113ea7c18fc72
tree1e8e176158357f39036c303ab035f816798e6cfd
parentc1c3fe23070ac924e65208abbf8d2396bcc08008
env: Add a new implementation of environment access

We plan to move to a environment access via drivers for each location
where the environment can be stored. Add an implementation for this. So
far it is not used, but will be pressed into service in a future patch.

Signed-off-by: Simon Glass <sjg@chromium.org>
env/Makefile
env/env.c [new file with mode: 0644]