aboutsummaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2023-08-25 13:02:50 -0500
committerTom Rini <trini@konsulko.com>2023-09-08 10:07:11 -0400
commit610cd4106e9b6cda619d6c6a86fb01690ba087e1 (patch)
treeda865969bb0ebc02430bd5b572723a8cb944fced /include/configs
parent8b7b16f0e2b8f319b27e5bd90e236a540e5564ba (diff)
downloadu-boot-610cd4106e9b6cda619d6c6a86fb01690ba087e1.zip
u-boot-610cd4106e9b6cda619d6c6a86fb01690ba087e1.tar.gz
u-boot-610cd4106e9b6cda619d6c6a86fb01690ba087e1.tar.bz2
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 <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>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/am62x_evm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/am62x_evm.h b/include/configs/am62x_evm.h
index 379e0c1..81d7658 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 <config_distro_bootcmd.h>
#include <env/ti/mmc.h>
+#endif
/* Now for the remaining common defines */
#include <configs/ti_armv7_common.h>