Re: [U-Boot] [PATCH] fs/fs.c: fix fs_set_blk_dev() for manual relocation

2012-10-31 Thread Andreas Bießmann
Dear Stephen Warren, On 30.10.2012 19:41, Stephen Warren wrote: On 10/30/2012 12:29 PM, Andreas Bießmann wrote: Commit 045fa1e1142552799ad3203e9e0bc22a11e866ea introduce an array with filesystem accessors. On arches which need manual reloc this is broken cause the function pointers still

[U-Boot] [PATCH] fs/fs.c: fix fs_set_blk_dev() for manual relocation

2012-10-30 Thread Andreas Bießmann
Commit 045fa1e1142552799ad3203e9e0bc22a11e866ea introduce an array with filesystem accessors. On arches which need manual reloc this is broken cause the function pointers still pointing to the privious location, fix it. Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com Cc:

Re: [U-Boot] [PATCH] fs/fs.c: fix fs_set_blk_dev() for manual relocation

2012-10-30 Thread Stephen Warren
On 10/30/2012 12:29 PM, Andreas Bießmann wrote: Commit 045fa1e1142552799ad3203e9e0bc22a11e866ea introduce an array with filesystem accessors. On arches which need manual reloc this is broken cause the function pointers still pointing to the privious location, fix it. We found the same code

Re: [U-Boot] [PATCH] fs/fs.c: fix fs_set_blk_dev() for manual relocation

2012-10-30 Thread Tom Rini
On Tue, Oct 30, 2012 at 12:41:02PM -0600, Stephen Warren wrote: On 10/30/2012 12:29 PM, Andreas Bie??mann wrote: Commit 045fa1e1142552799ad3203e9e0bc22a11e866ea introduce an array with filesystem accessors. On arches which need manual reloc this is broken cause the function pointers