Home
last modified time | relevance | path

Searched hist:faac4fd852e39cb1d7a740801b060e41aeacef1f (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/fs/ubifs/
H A Dubifs.cfaac4fd852e39cb1d7a740801b060e41aeacef1f Thu Mar 19 09:06:41 UTC 2009 Michael Lawnick <ml.lawnick@gmx.de> 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>