]> git.ipfire.org Git - people/ms/u-boot.git/commit
common: Add support for environment file in EXT4.
authorStuart Longland <stuartl@vrt.com.au>
Tue, 23 Feb 2016 05:51:26 +0000 (15:51 +1000)
committerTom Rini <trini@konsulko.com>
Mon, 14 Mar 2016 18:18:39 +0000 (14:18 -0400)
commitfd1000b9c1d3c93aca1aae8253f5d179b2ceb431
treebc0a188d41431982898aeaf6c6f87b65c9db35e0
parentdf61a74e6845ec9bdcdd48d2aff5e9c2c6debeaa
common: Add support for environment file in EXT4.

This is an enhancement that permits storing the environment file on an
EXT4 partition such as the root filesystem.  It is based on the existing
FAT environment file code.
cmd/nvedit.c
common/Makefile
common/env_ext4.c [new file with mode: 0644]