From: Nishanth Menon Date: Fri, 25 Aug 2023 18:02:50 +0000 (-0500) Subject: include: configs: am62x_evm: Wrap distroboot with CONFIG_DISTRO_DEFAULTS X-Git-Url: http://git.dujemihanovic.xyz/html/index.html?a=commitdiff_plain;h=610cd4106e9b6cda619d6c6a86fb01690ba087e1;p=u-boot.git include: configs: am62x_evm: Wrap distroboot with CONFIG_DISTRO_DEFAULTS Wrap the distro_boot options with CONFIG_DISTRO_DEFAULTS. This is an intermediate step for us to switch over to CONFIG_BOOTSTD_DEFAULTS and drop this section in follow on patches. 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 379e0c13a3..81d7658cdb 100644 --- a/include/configs/am62x_evm.h +++ b/include/configs/am62x_evm.h @@ -9,8 +9,10 @@ #ifndef __CONFIG_AM625_EVM_H #define __CONFIG_AM625_EVM_H +#ifdef CONFIG_DISTRO_DEFAULTS #include #include +#endif /* Now for the remaining common defines */ #include