Home
last modified time | relevance | path

Searched hist:"7 d2b4e772998d8efb7266a33d93bccc1afe70462" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/common/spl/
H A Dspl_fat.c7d2b4e772998d8efb7266a33d93bccc1afe70462 Wed Oct 15 15:53:14 UTC 2014 Guillaume GARDET <guillaume.gardet@free.fr> 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>