toradex: Include env.h to permit reading the environment

Two files read from the environment but don't not include the correct
header. Update them.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-04-30 19:04:33 -06:00
parent c8136f7c87
commit f36de9691e
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
*/
#include <cpu_func.h>
#include <env.h>
#include <init.h>
#include <net.h>
#include <asm/arch/clock.h>

View File

@@ -3,7 +3,7 @@
* Copyright 2020-2021 Toradex
*/
#include <config.h>
#include <env.h>
#include <init.h>
#include <asm/arch/clock.h>
#include <asm/arch/sys_proto.h>