commit | cb1337c4f066d7939f0e9221e7055bf312813eca | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Fri May 11 16:51:19 2018 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jun 18 15:44:21 2018 +0200 |
tree | 61817950344791e00493e424c1dbbe09fb8ad11d | |
parent | ac6fb1e92be8633ba9da70b6e0f28f6daa80d780 [diff] |
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>