summaryrefslogtreecommitdiff
path: root/board/imgtec
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-08-01 09:46:47 -0600
committerTom Rini <trini@konsulko.com>2019-08-11 16:43:41 -0400
commit168068fb3d7da3d95bf37b21f39347f48d38497f (patch)
treef67394a7a39bb129368ba8df6c7978f4b0a0c344 /board/imgtec
parentc7694dd4837ba12db3bcda872a1047a44566e0e8 (diff)
env: Move env_set_ulong() to env.h
Move env_set_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/imgtec')
-rw-r--r--board/imgtec/ci20/ci20.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/imgtec/ci20/ci20.c b/board/imgtec/ci20/ci20.c
index 9811ef559f..f72a660581 100644
--- a/board/imgtec/ci20/ci20.c
+++ b/board/imgtec/ci20/ci20.c
@@ -7,6 +7,7 @@
*/
#include <common.h>
+#include <env.h>
#include <environment.h>
#include <net.h>
#include <netdev.h>