]> Git Repo - u-boot.git/commit
ARM: ti: consolidate mmc environment variables
authorSekhar Nori <[email protected]>
Thu, 6 Apr 2017 09:22:56 +0000 (14:52 +0530)
committerTom Rini <[email protected]>
Sun, 9 Apr 2017 01:33:12 +0000 (21:33 -0400)
commit88fdfcd21d0136bb95a64ff8520eda2a2efa0108
treef633e5fb2471a55b6390c4c92ca4a2cfa292a393
parent6e8069616e43dc6d386e3793e6df422c109f1353
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 <[email protected]>
Reviewed-by: Lukasz Majewski <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
include/configs/am335x_evm.h
include/configs/am43xx_evm.h
include/configs/k2g_evm.h
include/configs/ti_armv7_common.h
include/configs/ti_omap4_common.h
include/configs/ti_omap5_common.h
include/environment/ti/mmc.h [new file with mode: 0644]
This page took 0.035475 seconds and 4 git commands to generate.