summaryrefslogtreecommitdiff
path: root/arch/arm/include
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2016-02-23 12:43:10 +0800
committerYe Li <ye.li@nxp.com>2020-04-26 23:24:19 -0700
commit29f5a5e1528bff210264527e18194cba6a14d62d (patch)
tree95ef3aa827520edf609cd70a33955d47ae858f0e /arch/arm/include
parent06b0fe6b4e82fa5a41a2b104e7e933974dea7cc1 (diff)
MLK-12434-1: imx: dynamic setting mmcdev and mmcroot
Align to imx_v2015.04, dynamic setting mmcdev and mmcroot. Then when boot linux, we can have correct "root=/dev/mmcblk[x]p2" Signed-off-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit b46b99a901eb194e81fc4836ee2259ad8857f4d3) (cherry picked from commit 6f6a828fbe7478efd5932c302e6368877107bbca) (cherry picked from commit bb628be4e993e98fb2fe8fc6af7b16e706d0f32d) (cherry picked from commit 8e56914b4f536094bdf2301e347be02e0ccfee42)
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/mach-imx/sys_proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/mach-imx/sys_proto.h b/arch/arm/include/asm/mach-imx/sys_proto.h
index de8439c85e4..41168f64bbd 100644
--- a/arch/arm/include/asm/mach-imx/sys_proto.h
+++ b/arch/arm/include/asm/mach-imx/sys_proto.h
@@ -184,6 +184,8 @@ int mxs_reset_block(struct mxs_register_32 *reg);
int mxs_wait_mask_set(struct mxs_register_32 *reg, u32 mask, u32 timeout);
int mxs_wait_mask_clr(struct mxs_register_32 *reg, u32 mask, u32 timeout);
+void board_late_mmc_env_init(void);
+
void vadc_power_up(void);
void vadc_power_down(void);