commit | 2b75b0ad3a2a47492a6d03199d85632f9ee3e42b | [log] [tgz] |
---|---|---|
author | Peter Korsgaard <peter.korsgaard@barco.com> | Mon May 13 08:36:29 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Fri Jun 07 14:17:00 2013 -0400 |
tree | 1cc005685848e5bd6d6dddf25cd87f413ef1797f | |
parent | 721931f805267c084f9e4f422e987c0704d3d102 [diff] |
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>