diff mbox series

[V5,06/17] include: configs: am62x_evm: Drop distro_bootcmd usage

Message ID 20230824031101.3460411-7-nm@ti.com
State Changes Requested
Delegated to: Tom Rini
Headers show
Series board: ti: Add support for BeaglePlay | expand

Commit Message

Nishanth Menon Aug. 24, 2023, 3:10 a.m. UTC
Now that BOOTSTD is used by default, drop un-used header file
inclusion.

Signed-off-by: Nishanth Menon <nm@ti.com>
---
New patch (part of bootstd transition)

 include/configs/am62x_evm.h | 5 -----
 1 file changed, 5 deletions(-)

Comments

Tom Rini Aug. 24, 2023, 2:54 p.m. UTC | #1
On Wed, Aug 23, 2023 at 10:10:50PM -0500, Nishanth Menon wrote:

> Now that BOOTSTD is used by default, drop un-used header file
> inclusion.
> 
> Signed-off-by: Nishanth Menon <nm@ti.com>

Reviewed-by: Tom Rini <trini@konsulko.com>
diff mbox series

Patch

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>