diff options
author | Simon Glass | 2019-08-01 09:46:48 -0600 |
---|---|---|
committer | Tom Rini | 2019-08-11 16:43:41 -0400 |
commit | 9eef56dbe34596b403e8c476c2e30ed697638f77 (patch) | |
tree | 917be500e60ca5857d583a6b9bc37753fbf829e8 /board/ti | |
parent | 168068fb3d7da3d95bf37b21f39347f48d38497f (diff) |
env: Move env_get_ulong() to env.h
Move env_get_ulong() over to the new header file.
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'board/ti')
-rw-r--r-- | board/ti/ks2_evm/board_k2g.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/ti/ks2_evm/board_k2g.c b/board/ti/ks2_evm/board_k2g.c index 6d0fc21c67a..4ff9a44b371 100644 --- a/board/ti/ks2_evm/board_k2g.c +++ b/board/ti/ks2_evm/board_k2g.c @@ -6,6 +6,7 @@ * Texas Instruments Incorporated, <www.ti.com> */ #include <common.h> +#include <env.h> #include <asm/arch/clock.h> #include <asm/ti-common/keystone_net.h> #include <asm/arch/psc_defs.h> |