]> git.baikalelectronics.ru Git - uboot.git/commit
env: Move env_init() to env.h
authorSimon Glass <sjg@chromium.org>
Thu, 1 Aug 2019 15:46:43 +0000 (09:46 -0600)
committerTom Rini <trini@konsulko.com>
Sun, 11 Aug 2019 20:43:41 +0000 (16:43 -0400)
commit642566b9e18713e11d202ca9c76834d07dd6d7e1
tree330bf6736371dbc158c9d4be7767df526ed8c4cf
parent25dbded83e9082f41eefccc1e0d5fd821de54939
env: Move env_init() to env.h

Move env_init() over to the new header file.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
19 files changed:
arch/arm/cpu/armv8/fsl-layerscape/spl.c
arch/mips/lib/bootm.c
board/Arcturus/ucp1020/spl.c
board/birdland/bav335x/board.c
board/freescale/b4860qds/spl.c
board/freescale/p1010rdb/spl.c
board/freescale/p1022ds/spl.c
board/freescale/p1_p2_rdb_pc/spl.c
board/gateworks/gw_ventana/gw_ventana_spl.c
board/liebherr/display5/spl.c
board/tcl/sl50/board.c
board/ti/am335x/board.c
board/ti/am57xx/board.c
board/ti/dra7xx/evm.c
common/board_f.c
common/spl/spl_net.c
env/env.c
include/common.h
include/env.h