aboutsummaryrefslogtreecommitdiff
path: root/board/liebherr
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-08-01 09:46:42 -0600
committerTom Rini <trini@konsulko.com>2019-08-11 16:43:41 -0400
commit3a7d55716d6bfe5122de9692383357344fff2a94 (patch)
tree9da3c6373e1f03e9d83aae9e68c4eac0afbdd173 /board/liebherr
parentf1f0ae6a9ce7f4bd148daac233a70a065623d3dd (diff)
downloadu-boot-3a7d55716d6bfe5122de9692383357344fff2a94.zip
u-boot-3a7d55716d6bfe5122de9692383357344fff2a94.tar.gz
u-boot-3a7d55716d6bfe5122de9692383357344fff2a94.tar.bz2
env: Move env_get_f() to env.h
Move this function 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/liebherr')
-rw-r--r--board/liebherr/mccmon6/mccmon6.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/liebherr/mccmon6/mccmon6.c b/board/liebherr/mccmon6/mccmon6.c
index 0e069a7..7d2751a 100644
--- a/board/liebherr/mccmon6/mccmon6.c
+++ b/board/liebherr/mccmon6/mccmon6.c
@@ -5,6 +5,7 @@
*/
#include <common.h>
+#include <env.h>
#include <asm/arch/clock.h>
#include <asm/arch/iomux.h>
#include <asm/arch/imx-regs.h>