]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
da850/omap-l138: Add support to read u-boot image from MMC/SD
authorLad, Prabhakar <prabhakar.lad@ti.com>
Sun, 24 Jun 2012 21:35:20 +0000 (21:35 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 1 Sep 2012 12:58:09 +0000 (14:58 +0200)
commit0d986e61e26280c93b7e261c98b1f606bb9ddc5a
treee5627f94fbbed5ae84e72fa4fe535c497ce04964
parent42612104fcdeae952ad70cf3c35666c1bf8509cd
da850/omap-l138: Add support to read u-boot image from MMC/SD

DA850/OMAP-L138 does not support strict MMC/SD boot mode. SPL will
be in SPI flash and U-Boot image will be in MMC/SD card. SPL will
do the low level initialization and then loads the u-boot image
from MMC/SD card.

Define CONFIG_SPL_MMC_LOAD macro in the DA850/OMAP-L138
configuration file to enable this feature.

Tested-by: Christian Riesch <christian.riesch@omicron.at>
Signed-off-by: Lad, Prabhakar <prabhakar.lad@ti.com>
Signed-off-by: Rajashekhara, Sudhakar <sudhakar.raj@ti.com>
Signed-off-by: Hadli, Manjunath <manjunath.hadli@ti.com>
arch/arm/cpu/arm926ejs/davinci/spl.c
drivers/mmc/Makefile
drivers/mmc/spl_mmc_load.c [new file with mode: 0644]
include/configs/da850evm.h
include/mmc.h