commit | 44161afceb409f9c9d72918e042835863793d62a | [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 | d1e19067e60a9f1ceea23fa88e733504fa4dcbb6 [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>