env: Switch over to use environment location drivers
authorSimon Glass <sjg@chromium.org>
Thu, 3 Aug 2017 18:22:01 +0000 (12:22 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 16 Aug 2017 00:50:27 +0000 (20:50 -0400)
commite5bce247b01ae057f05cc80178f0df28ec1d27a7
tree98a5f6c12ce94369f76db33a6347791392003241
parentc9d728dd33fe7c45711395c72b2113ea7c18fc72
env: Switch over to use environment location drivers

Move over to use a the master implementation of the location drivers, with
each method calling out to the appropriate driver.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
15 files changed:
env/dataflash.c
env/eeprom.c
env/env.c
env/ext4.c
env/fat.c
env/flash.c
env/mmc.c
env/nand.c
env/nowhere.c
env/nvram.c
env/onenand.c
env/remote.c
env/sata.c
env/sf.c
env/ubi.c