]> git.ipfire.org Git - people/ms/u-boot.git/commit
env: Switch env_nand, env_mmc and env_ubi to env_import_redund
authorFiach Antaw <fiach.antaw@uqconnect.edu.au>
Wed, 25 Jan 2017 08:53:12 +0000 (18:53 +1000)
committerTom Rini <trini@konsulko.com>
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 <fiach.antaw@uqconnect.edu.au>
Reviewed-by: Tom Rini <trini@konsulko.com>
common/env_mmc.c
common/env_nand.c
common/env_ubi.c