From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Mack Date: Thu, 4 Jun 2009 19:42:08 +0200 Subject: [U-Boot] [PATCH 3/3] ARM: add unaligned macros In-Reply-To: <1244111241-32735-4-git-send-email-daniel@caiaq.de> References: <1244111241-32735-1-git-send-email-daniel@caiaq.de> <1244111241-32735-2-git-send-email-daniel@caiaq.de> <1244111241-32735-3-git-send-email-daniel@caiaq.de> <1244111241-32735-4-git-send-email-daniel@caiaq.de> Message-ID: <20090604174208.GM26688@buzzloop.caiaq.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Jun 04, 2009 at 12:27:21PM +0200, Daniel Mack wrote: > --- > include/asm-arm/unaligned.h | 14 ++++++++++++++ > 1 files changed, 14 insertions(+), 0 deletions(-) > create mode 100644 include/asm-arm/unaligned.h This one was too easy, updated patch below. With that one applied, the lzo1x decompressor and the whole ubifs works fine on an ARM PXA3xx. Daniel