]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
freescale: Include env.h to permit reading the environment
authorSimon Glass <sjg@chromium.org>
Thu, 15 May 2025 23:31:43 +0000 (17:31 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 29 May 2025 14:30:25 +0000 (08:30 -0600)
This file reads from the environment but does not include the correct
header. Update it.

Signed-off-by: Simon Glass <sjg@chromium.org>
board/freescale/mx7dsabresd/mx7dsabresd.c

index 3db167c0dad3f8aeff8f9428b0ca816b9bac5d5e..bef4f901ff74ef3e3463fb3feb00c1be272cea5f 100644 (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>