]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
spl_mmc: add Falcon mode support for FAT variant
authorPeter Korsgaard <peter.korsgaard@barco.com>
Mon, 13 May 2013 08:36:27 +0000 (08:36 +0000)
committerTom Rini <trini@ti.com>
Fri, 7 Jun 2013 18:17:00 +0000 (14:17 -0400)
commit7ad2cc7964d37f3a444a0472bbccda487d51c7f6
treee3c782db48a23cbc84369d4f7f3e60c594b10429
parentb6144dfce98c6a893a411052256b81b5afc6e5c4
spl_mmc: add Falcon mode support for FAT 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
CONFIG_SPL_FAT_LOAD_KERNEL_NAME file and kernel argument parameters from
CONFIG_SPL_FAT_LOAD_ARGS_NAME, both from the same partition as u-boot.

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