aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNishanth Menon2023-08-25 13:02:53 -0500
committerTom Rini2023-09-08 10:07:11 -0400
commit99ab84b57ffe4fbbc7f90803679516e6d733a785 (patch)
treee2b3838851b34e2f283d1684e70039ba8211f5c6
parent355c0afcd4b7c8c442c4d03e07649c24194b8e06 (diff)
include: configs: am62x_evm: Drop distro_bootcmd usage
Now that BOOTSTD is used by default, drop un-used header file inclusion. Reviewed-by: Tom Rini <trini@konsulko.com> Tested-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
-rw-r--r--include/configs/am62x_evm.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/am62x_evm.h b/include/configs/am62x_evm.h
index 81d7658cdb0..c8fe59b7531 100644
--- a/include/configs/am62x_evm.h
+++ b/include/configs/am62x_evm.h
@@ -9,11 +9,6 @@
#ifndef __CONFIG_AM625_EVM_H
#define __CONFIG_AM625_EVM_H
-#ifdef CONFIG_DISTRO_DEFAULTS
-#include <config_distro_bootcmd.h>
-#include <env/ti/mmc.h>
-#endif
-
/* Now for the remaining common defines */
#include <configs/ti_armv7_common.h>