]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
env: Add support for UBI environment
authorJoe Hershberger <joe.hershberger@ni.com>
Mon, 8 Apr 2013 10:32:51 +0000 (10:32 +0000)
committerTom Rini <trini@ti.com>
Thu, 11 Apr 2013 19:52:55 +0000 (15:52 -0400)
commit2b74433f365fa677a60431a80e524b5d8d04e995
tree4f33620eb0534e8861010fb6d8945d3da3b455a7
parenta7eb1d66c704c884584bf00548cfdf68abfe68bb
env: Add support for UBI environment

UBI is a better place for the environment on NAND devices because it
handles wear-leveling and bad blocks.

Gluebi is needed in Linux to access the env as an MTD partition.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
README
common/Makefile
common/cmd_nvedit.c
common/env_ubi.c [new file with mode: 0644]
include/environment.h
tools/env/fw_env.c