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/gdsys | |
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/gdsys')
-rw-r--r-- | board/gdsys/p1022/controlcenterd-id.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/gdsys/p1022/controlcenterd-id.c b/board/gdsys/p1022/controlcenterd-id.c index 6ac956cacac..43f5404231f 100644 --- a/board/gdsys/p1022/controlcenterd-id.c +++ b/board/gdsys/p1022/controlcenterd-id.c @@ -12,6 +12,7 @@ #include <common.h> #include <dm.h> +#include <env.h> #include <malloc.h> #include <fs.h> #include <i2c.h> |