freescale: 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 0a092d7300
commit 9360b2920a

View File

@@ -3,6 +3,7 @@
* Copyright (C) 2015 Freescale Semiconductor, Inc.
*/
#include <env.h>
#include <init.h>
#include <net.h>
#include <asm/arch/clock.h>