diff options
author | Tom Rini <trini@ti.com> | 2014-07-18 11:51:35 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-08-25 08:52:34 -0400 |
commit | 83e359adf9f578a58f20daf2e4425a754defac7b (patch) | |
tree | a0de66ce8e50fd8eafa222a398c9308e10aa7efa /include | |
parent | 00e385325fce36fa13d48091d73b1b3428394b6b (diff) |
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')
-rw-r--r-- | include/configs/am335x_evm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 0205b8761cd..9d60a4dd065 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 |