[PATCH V6 08/20] include: configs: am62x_evm: Drop distro_bootcmd usage

Nishanth Menon nm at ti.com
Fri Aug 25 20:02:53 CEST 2023


Now that BOOTSTD is used by default, drop un-used header file
inclusion.

Reviewed-by: Tom Rini <trini at konsulko.com>
Tested-by: Mattijs Korpershoek <mkorpershoek at baylibre.com>
Signed-off-by: Nishanth Menon <nm at ti.com>
---
No change other than picking up reviews, tested tags along the way.
V5: https://lore.kernel.org/r/20230824031101.3460411-7-nm@ti.com
 include/configs/am62x_evm.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/include/configs/am62x_evm.h b/include/configs/am62x_evm.h
index 81d7658cdb0d..c8fe59b75313 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>
 
-- 
2.40.0



More information about the U-Boot mailing list