]> git.baikalelectronics.ru Git - uboot.git/commit
env: Drop env_relocate_spec() in favour of env_load()
authorSimon Glass <sjg@chromium.org>
Thu, 3 Aug 2017 18:22:07 +0000 (12:22 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 16 Aug 2017 00:50:29 +0000 (20:50 -0400)
commit2d912749fb640f84884380d6fe0e89ee2eea3a73
tree2e54133d897af5c49ff1727feef4fab07e235fe3
parent36ede94535ba5253b8db97e908d7e06314b85036
env: Drop env_relocate_spec() in favour of env_load()

This is a strange name for a function that loads the environment. There is
now only one implementation of this function, so use the new env_load()
function directly instead.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
board/birdland/bav335x/board.c
board/gateworks/gw_ventana/gw_ventana_spl.c
board/tcl/sl50/board.c
board/ti/am335x/board.c
board/ti/am57xx/board.c
board/ti/dra7xx/evm.c
env/common.c
env/env.c
include/environment.h