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>
#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>