]> Git Repo - J-u-boot.git/commit - env/ubi.c
env: Switch env_nand, env_mmc and env_ubi to env_import_redund
authorFiach Antaw <[email protected]>
Wed, 25 Jan 2017 08:53:12 +0000 (18:53 +1000)
committerTom Rini <[email protected]>
Sat, 22 Jul 2017 19:36:17 +0000 (15:36 -0400)
commit9d364af23ea26414afd09152e85d62a0d950a50d
tree5fd910d02642adfde2be9cdf23b99fe90b29a529
parent76768f5f080316d33c25f96e4aaa50d0144f990a
env: Switch env_nand, env_mmc and env_ubi to env_import_redund

The env_nand, env_mmc and env_ubi implementations all implement
redundancy using an identical serial-number scheme. This commit
migrates them to use the implementation in env_common, which is
functionally identical.

Signed-off-by: Fiach Antaw <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
common/env_mmc.c
common/env_nand.c
common/env_ubi.c
This page took 0.035176 seconds and 4 git commands to generate.