commit | a23ec1d2ecc04ddf78f77024368be164878e3a6f | [log] [tgz] |
---|---|---|
author | Guillaume GARDET <guillaume.gardet@free.fr> | Wed Oct 15 17:53:14 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Mon Oct 27 17:54:08 2014 -0400 |
tree | d5fb1fd8495dd931752a0170457991a946987e10 | |
parent | 5065b7177572cd7c4ecce296e058945c34db8873 [diff] |
spl: do not hang in spl_register_fat_device but return error value. It allows to use both CONFIG_SPL_FAT_SUPPORT and CONFIG_SPL_EXT_SUPPORT. Do not hang in spl_register_fat_device but return an error value. It allows to use both CONFIG_SPL_FAT_SUPPORT and CONFIG_SPL_EXT_SUPPORT. If FAT load fails, then EXT load is tried. Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr> Cc: Tom Rini <trini@ti.com>