From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Lawnick Date: Thu, 19 Mar 2009 09:43:16 +0100 Subject: [U-Boot] [PATCH] UBIFS: Missing offset relocation for compressor 'none' In-Reply-To: <49C1FDF8.7010806@gmx.de> References: <49C1FDF8.7010806@gmx.de> Message-ID: <49C205A4.5060801@gmx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Michael Lawnick said the following: > 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 > --- What now followed is rubbish and works by chance. Please ignore, correct patch in a few hours. Sorry :-( -- Regards, Michael