diff options
author | Sekhar Nori <nsekhar@ti.com> | 2017-04-06 14:52:56 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-08 21:33:12 -0400 |
commit | 88fdfcd21d0136bb95a64ff8520eda2a2efa0108 (patch) | |
tree | f633e5fb2471a55b6390c4c92ca4a2cfa292a393 /include/configs/ti_omap5_common.h | |
parent | 6e8069616e43dc6d386e3793e6df422c109f1353 (diff) |
ARM: ti: consolidate mmc environment variables
Introduce include/environment/ti/mmc.h that
consolidates environment variable definitions
for various TI boards that support MMC/SD.
This allows reuse of same environment variables
on non-ARMv7 TI platforms like OMAP-L138 for
example.
While at it, move DFU-related environment variable
includes to only non-SPL builds for AM335x and
AM437x since they are not really used for SPL
today.
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Reviewed-by: Lukasz Majewski <lukma@denx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/ti_omap5_common.h')
-rw-r--r-- | include/configs/ti_omap5_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/ti_omap5_common.h b/include/configs/ti_omap5_common.h index 97bd874e6c..d45baabf0b 100644 --- a/include/configs/ti_omap5_common.h +++ b/include/configs/ti_omap5_common.h @@ -58,6 +58,8 @@ #define DFUARGS #endif +#include <environment/ti/mmc.h> + #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG #define CONFIG_EXTRA_ENV_SETTINGS \ DEFAULT_LINUX_BOOT_ENV \ |