u-boot-brain/cpu/arm926ejs
Wolfgang Denk fcd3c87e49 Make include/common.h usable by assembler code
Commit 70ebf316 factored out the ROUND() macro into include/common.h,
not realizing that the primary use of this macro on AT91 systems was
in start.S where common.h was not included, and could not be included
because it contains a lot of C code which the assembler doesn't
understand.

This patch wraps such code in common.h in a "#ifndef __ASSEMBLY__"
construct, and then adds an include to cpu/arm926ejs/start.S thus
solving the problem.

Signed-off-by: Wolfgang Denk <wd@denx.de>
2009-07-27 00:12:32 +02:00
..
at91 at91: Introduction of at91sam9g10 SOC. 2009-07-12 17:56:11 +02:00
davinci Switched davinci_emac Ethernet driver to use newer API 2009-06-15 00:13:54 -07:00
kirkwood arm: Kirkwood: arch specific updated for ehci-Kirkwood driver support 2009-07-06 21:53:15 +02:00
mx27 fec_mxc: driver for FEC ethernet controller on i.MX27 2009-07-22 22:59:07 -07:00
nomadik arm nomadik: use 1000 as HZ value and rewrite timer code 2009-07-06 21:53:08 +02:00
omap arm920/926/926: remove non needed header 2009-06-12 20:39:49 +02:00
versatile arm920/926/926: remove non needed header 2009-06-12 20:39:49 +02:00
config.mk Fix e-mail address of Gary Jennejohn. 2009-05-15 22:11:59 +02:00
cpu.c arm: remove cpu_init 2009-06-12 20:39:52 +02:00
Makefile arm: timer and interrupt init rework 2009-06-12 20:39:48 +02:00
start.S Make include/common.h usable by assembler code 2009-07-27 00:12:32 +02:00
u-boot.lds arm: unify linker script 2009-06-12 20:39:52 +02:00