]> git.baikalelectronics.ru Git - uboot.git/commit
env: Drop saveenv() in favour of env_save()
authorSimon Glass <sjg@chromium.org>
Thu, 3 Aug 2017 18:22:08 +0000 (12:22 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 16 Aug 2017 00:50:30 +0000 (20:50 -0400)
commit9206cbb544ac150b6598fe2b384157e07f18d42e
tree6c4a3bfa6f7f35c37bd0bfe6f286218461e09577
parent2d912749fb640f84884380d6fe0e89ee2eea3a73
env: Drop saveenv() in favour of env_save()

Use the env_save() function directly now that there is only one
implementation of saveenv().

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Wolfgang Denk <wd@denx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-omap2/boot-common.c
board/intel/edison/edison.c
board/siemens/taurus/taurus.c
board/toradex/apalis_imx6/apalis_imx6.c
cmd/nvedit.c
drivers/bootcount/bootcount_env.c
env/env.c
include/common.h
include/environment.h