From: Nishanth Menon Date: Fri, 25 Aug 2023 18:02:53 +0000 (-0500) Subject: include: configs: am62x_evm: Drop distro_bootcmd usage X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=99ab84b57ffe4fbbc7f90803679516e6d733a785;p=u-boot.git 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 Tested-by: Mattijs Korpershoek Signed-off-by: Nishanth Menon Reviewed-by: Mattijs Korpershoek --- diff --git a/include/configs/am62x_evm.h b/include/configs/am62x_evm.h index 81d7658cdb..c8fe59b753 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 -#include -#endif - /* Now for the remaining common defines */ #include