phytec: Include env.h to permit reading the environment

This file reads from the environment but does not include the correct
header. Update it.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-04-30 08:34:28 -06:00
parent 06139bee86
commit 421e147102

View File

@@ -4,6 +4,7 @@
* Author: Daniel Schultz <d.schultz@phytec.de>
*/
#include <env.h>
#include <malloc.h>
#include <u-boot/crc.h>
#include <net.h>