commit | a1b231cef634d8aaa002bcb848332785803127c8 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Tue Oct 30 07:50:47 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Fri Nov 02 15:13:29 2012 -0700 |
tree | 01d713ab80148fe83c0584622b76314ff3668602 | |
parent | ed296d206a1840c0a0b6c1322379c950f9996905 [diff] |
fs: handle CONFIG_NEEDS_MANUAL_RELOC Without this, fstypes[].probe points at the wrong place, so calling the function results in undefined behaviour. Signed-off-by: Stephen Warren <swarren@nvidia.com> Tested-by: Andreas Bießmann <andreas.devel@googlemail.com>