summaryrefslogtreecommitdiff
path: root/board/st/u8500/mmc_host.c
diff options
context:
space:
mode:
authorMikael Larsson <mikael.xt.larsson@stericsson.com>2010-09-29 11:37:46 +0200
committerMichael BRANDT <michael.brandt@stericsson.com>2010-10-05 09:22:03 +0200
commit92f109e1fb271ca9ca81e3d50435f17bea9004b2 (patch)
tree17f22b9b4f4fd5ae799547eb70a30c6bb6d1c34a /board/st/u8500/mmc_host.c
parent5e2a6f3f575c95ed07cd43f5bb3beed877fd3d16 (diff)
Modem loading
This adds functionality to load and execute modem in an early stage just after eMMC init. It also flushes ISSW since this will be removed in Xloader This patch depends on an updated Xloader that doesn't load modem, ipl and doesn't flush ISSW. Change-Id: I5be4a4a5af80df13e65ecd10c073b50e4d8703b9 Signed-off-by: Mikael Larsson <mikael.xt.larsson@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/5769 Reviewed-by: Michael BRANDT <michael.brandt@stericsson.com> Reviewed-by: Peter NESSRUP <peter.nessrup@stericsson.com>
Diffstat (limited to 'board/st/u8500/mmc_host.c')
-rw-r--r--board/st/u8500/mmc_host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/st/u8500/mmc_host.c b/board/st/u8500/mmc_host.c
index a77793620..79be58acd 100644
--- a/board/st/u8500/mmc_host.c
+++ b/board/st/u8500/mmc_host.c
@@ -625,7 +625,7 @@ int board_mmc_init(bd_t *bis)
*/
#ifdef CONFIG_ITP_LOAD
- itp_load_itp(&dev->block_dev);
+ itp_load_itp_and_modem(&dev->block_dev);
#endif
dev = alloc_mmc_struct();