commit | 01b542fe6167f66329c521a513957e6d662fbef5 | [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 | 15af8f50c40f678dc3d1107eba8c6b4e3a143828 [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>