]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
spl_mmc: add Falcon mode support for raw variant
authorPeter Korsgaard <peter.korsgaard@barco.com>
Mon, 13 May 2013 08:36:29 +0000 (08:36 +0000)
committerTom Rini <trini@ti.com>
Fri, 7 Jun 2013 18:17:00 +0000 (14:17 -0400)
commit2b75b0ad3a2a47492a6d03199d85632f9ee3e42b
tree1cc005685848e5bd6d6dddf25cd87f413ef1797f
parent721931f805267c084f9e4f422e987c0704d3d102
spl_mmc: add Falcon mode support for raw variant

If Falcon mode support is enabled (and the system isn't directed into
booting u-boot), it will instead try to load kernel from sector
CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR and
CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORS of kernel argument parameters
starting from sector CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR.

Signed-off-by: Peter Korsgaard <peter.korsgaard@barco.com>
README
common/spl/spl_mmc.c