summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/byteorder.h
Commit message (Collapse)AuthorAgeFilesLines
* armv8: Use __aarch64__ rather than CONFIG_ARM64 in some casesTom Rini2014-01-101-13/+1
| | | | | | | | | | | | | | The toolchain sets __aarch64__ for both LE and BE. In the case of posix_types.h we cannot reliably use config.h as that will lead to problems. In the case of byteorder.h it's clearer to check the EB flag being set in either case instead. Cc: David Feng <fenghua@phytium.com.cn> Signed-off-by: Tom Rini <trini@ti.com> Amended by Albert ARIBAUD <albert.u.boot@aribaud.net> to actually remove the config.h include from the posix_types.h files, with permission from Tom Rini.
* arm64: core supportDavid Feng2014-01-091-0/+12
| | | | | | | Relocation code based on a patch by Scott Wood, which is: Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: David Feng <fenghua@phytium.com.cn>
* Move architecture-specific includes to arch/$ARCH/include/asmPeter Tyser2010-04-131-0/+32
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>
OpenPOWER on IntegriCloud