]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit24add13b5bf0326725ac043bee625ac3319ba6e9
tree98a5f6c12ce94369f76db33a6347791392003241
parent760c34586da34d2602e24769ef53777afc938a1e
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