]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
include: configs: am62x_evm: Drop distro_bootcmd usage
authorNishanth Menon <nm@ti.com>
Fri, 25 Aug 2023 18:02:53 +0000 (13:02 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 8 Sep 2023 14:07:11 +0000 (10:07 -0400)
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>
include/configs/am62x_evm.h

index 81d7658cdb0ded03667a14d8bd1619a4c6e71749..c8fe59b75313ec7ded62b3cd71f39e0633a7aa78 100644 (file)
@@ -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>