diff options
author | Ye Li <ye.li@nxp.com> | 2017-03-17 16:23:46 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-04-05 17:24:36 +0800 |
commit | 6c2fe5b60692e7d0e86383c44792e5f2938bfa14 (patch) | |
tree | af543d36ade21fcef89eb89355b149a278f2dd2c /include | |
parent | 0b4965271702d6a40047bd0c9b419dd007c03f35 (diff) | |
download | u-boot-imx-6c2fe5b60692e7d0e86383c44792e5f2938bfa14.zip u-boot-imx-6c2fe5b60692e7d0e86383c44792e5f2938bfa14.tar.gz u-boot-imx-6c2fe5b60692e7d0e86383c44792e5f2938bfa14.tar.bz2 |
MLK-14445-8 mx7ulp_evk: Add dynamical MMC device detection
Add board_late_mmc_env_init to support MMC device detection for environment
variables.
Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx7ulp_evk.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/mx7ulp_evk.h b/include/configs/mx7ulp_evk.h index 4f7f6fb..0bdeeed 100644 --- a/include/configs/mx7ulp_evk.h +++ b/include/configs/mx7ulp_evk.h @@ -62,8 +62,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (8 * SZ_1M) -#define CONFIG_BOARD_EARLY_INIT_F - /* UART */ #define LPUART_BASE LPUART4_RBASE |