History log of /u-boot/arch/microblaze/include/asm/unaligned.h
Revision Date Author Comments
# 6cdf3112 28-Feb-2011 Michal Simek <monstr@monstr.eu>

microblaze: Fix unaligned.h for endians

Also support little endian MB.

Signed-off-by: Michal Simek <monstr@monstr.eu>
Acked-by: Mike Frysinger <vapier@gentoo.org>


# 819833af 12-Apr-2010 Peter Tyser <ptyser@xes-inc.com>

Move architecture-specific includes to arch/$ARCH/include/asm

This helps to clean up the include/ directory so that it only contains
non-architecture-specific headers and also matches Linux's directory
layout which many U-Boot developers are already familiar with.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>