summaryrefslogtreecommitdiffstats
path: root/include/configs/am335x_evm.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-07-18 11:51:35 -0400
committerTom Rini <trini@ti.com>2014-08-25 08:52:34 -0400
commit83e359adf9f578a58f20daf2e4425a754defac7b (patch)
treea0de66ce8e50fd8eafa222a398c9308e10aa7efa /include/configs/am335x_evm.h
parent00e385325fce36fa13d48091d73b1b3428394b6b (diff)
downloadtalos-obmc-uboot-83e359adf9f578a58f20daf2e4425a754defac7b.tar.gz
talos-obmc-uboot-83e359adf9f578a58f20daf2e4425a754defac7b.zip
am335x_evm: Enable CONFIG_SPL_ENV_SUPPORT on EMMC_BOOT
When we're using EMMC_BOOT that means we have environment on eMMC so we can make use of CONFIG_SPL_ENV_SUPPORT within Falcon Mode. Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/am335x_evm.h')
-rw-r--r--include/configs/am335x_evm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index 0205b8761c..9d60a4dd06 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -394,6 +394,7 @@
#elif defined(CONFIG_EMMC_BOOT)
#undef CONFIG_ENV_IS_NOWHERE
#define CONFIG_ENV_IS_IN_MMC
+#define CONFIG_SPL_ENV_SUPPORT
#define CONFIG_SYS_MMC_ENV_DEV 1
#define CONFIG_SYS_MMC_ENV_PART 2
#define CONFIG_ENV_OFFSET 0x0
OpenPOWER on IntegriCloud