commit | 7d2b4e772998d8efb7266a33d93bccc1afe70462 | [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 | fae81c72c80636be657a24d42eb80971cb0e5793 [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>