mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
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:
parent
6e898e332b
commit
bcf10f16ea
@ -4,6 +4,7 @@
|
||||
*/
|
||||
|
||||
#include <cpu_func.h>
|
||||
#include <env.h>
|
||||
#include <init.h>
|
||||
#include <net.h>
|
||||
#include <asm/arch/clock.h>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user