]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fs: handle CONFIG_NEEDS_MANUAL_RELOC
authorStephen Warren <swarren@nvidia.com>
Tue, 30 Oct 2012 07:50:47 +0000 (07:50 +0000)
committerTom Rini <trini@ti.com>
Fri, 2 Nov 2012 22:13:29 +0000 (15:13 -0700)
commita1b231cef634d8aaa002bcb848332785803127c8
tree01d713ab80148fe83c0584622b76314ff3668602
parented296d206a1840c0a0b6c1322379c950f9996905
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>
fs/fs.c