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-05-15 17:31:38 -06:00 committed by Tom Rini
parent 6e898e332b
commit bcf10f16ea
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>