uboot-mt623x/fs
Michael Lawnick faac4fd852 UBIFS: Missing offset relocation for compressor 'none'
On systems where U-Boot is linked to another address than it really lays
(e.g. backup image), calls via function pointers must be fixed with a
'+= gd->reloc_off'.
This was not done for none_compr in ubifs_compressors_init() what leads
to system crash on ubifsmount command.

Signed-off-by: Michael Lawnick <ml.lawnick@gmx.de>
Acked-by: Stefan Roese <sr@denx.de>
2009-03-20 22:39:15 +01:00
..
cramfs fs: Move conditional compilation to Makefile 2008-08-31 04:24:56 +02:00
ext2 fs: Move conditional compilation to Makefile 2008-08-31 04:24:56 +02:00
fat fat.c: fix warning: array subscript is above array bounds 2009-01-27 21:36:28 +01:00
fdos fs: Move conditional compilation to Makefile 2008-08-31 04:24:56 +02:00
jffs2 jffs2: include <linux/mtd/compat.h> instead of defining own min_t 2008-12-16 17:14:54 +01:00
reiserfs fs: Move conditional compilation to Makefile 2008-08-31 04:24:56 +02:00
ubifs UBIFS: Missing offset relocation for compressor 'none' 2009-03-20 22:39:15 +01:00
yaffs2 Make the YAFFS filesystem work 2008-08-21 14:05:33 -05:00
Makefile UBIFS: Implement read-only UBIFS support in U-Boot 2009-03-20 22:39:15 +01:00