aboutsummaryrefslogtreecommitdiffstats
path: root/board/liebherr
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2018-05-11 16:51:19 +0200
committerStefano Babic <sbabic@denx.de>2018-06-18 15:44:21 +0200
commit2c09dbf4250be1f6c8fc391cc1882df35b47a421 (patch)
tree61817950344791e00493e424c1dbbe09fb8ad11d /board/liebherr
parent0f05512d1135b034d09b058e2826d9c59cc26a7d (diff)
downloadu-boot-midas-2c09dbf4250be1f6c8fc391cc1882df35b47a421.tar.gz
u-boot-midas-2c09dbf4250be1f6c8fc391cc1882df35b47a421.tar.bz2
u-boot-midas-2c09dbf4250be1f6c8fc391cc1882df35b47a421.zip
display5: Add missing environment.h include to avoid warning
Without this change the following warning shows up when building: board/liebherr/display5/display5.c:270:3: warning: implicit declaration of function ‘eth_env_set_enetaddr’ [-Wimplicit-function-declaration] This commit fixes this issue. Signed-off-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'board/liebherr')
-rw-r--r--board/liebherr/display5/display5.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/liebherr/display5/display5.c b/board/liebherr/display5/display5.c
index a3deba216c..d8383170d2 100644
--- a/board/liebherr/display5/display5.c
+++ b/board/liebherr/display5/display5.c
@@ -25,6 +25,7 @@
#include <miiphy.h>
#include <netdev.h>
#include <i2c.h>
+#include <environment.h>
#include <dm.h>
#include <dm/platform_data/serial_mxc.h>