u-boot/cpu/arm920t
kevin.morfitt@fearnside-systems.co.uk 492fb1fdbc Move s3c24x0 header files to asm-arm/arch-s3c24x0/
This patch moves the s3c24x0 header files from include/ to
include/asm-arm/arch-s3c24x0/.

checkpatch.pl showed 2 errors and 3 warnings. The 2 errors were both due
to a non-UTF8 character in David M?ller's name:

ERROR: Invalid UTF-8, patch and commit message should be encoded in UTF-8
#489: FILE: include/asm-arm/arch-s3c24x0/s3c2410.h:3:
+ * David M?ller ELSOFT AG Switzerland. d.mueller@elsoft.ch

As David's name correctly contains a non-UTF8 character I haven't fixed
these errors.

The 3 warnings were all because of the use of 'volatile' in s3c24x0.h:

WARNING: Use of volatile is usually wrong: see Documentation/volatile-considered-harmful.txt
#673: FILE: include/asm-arm/arch-s3c24x0/s3c24x0.h:35:
+typedef volatile u8	S3C24X0_REG8;
+typedef volatile u16	S3C24X0_REG16;
+typedef volatile u32	S3C24X0_REG32;

I'll fix these errors in another patch.

Tested by running MAKEALL for ARM8 targets and ensuring there were no new
errors or warnings.

Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2009-11-27 16:26:12 -06:00
..
at91rm9200 Add support for Eukrea CPUAT91 SBC 2009-10-13 06:17:35 -05:00
imx arm920/926/926: remove non needed header 2009-06-12 20:39:49 +02:00
ks8695 arm: timer and interrupt init rework 2009-06-12 20:39:48 +02:00
s3c24x0 Move s3c24x0 header files to asm-arm/arch-s3c24x0/ 2009-11-27 16:26:12 -06:00
config.mk arm: Remove -fno-strict-aliasing 2009-09-04 22:15:53 +02:00
cpu.c arm: remove cpu_init 2009-06-12 20:39:52 +02:00
interrupts.c S3C24x0: extract interrupts from timer 2009-07-06 21:52:35 +02:00
Makefile arm920t/interrupts: Move conditional compilation to Makefile 2009-07-06 21:52:30 +02:00
start.S Clean-up of cpu_arm920t and cpu_arm920t_s3c24x0 code 2009-10-13 21:13:56 -05:00
u-boot.lds arm: unify linker script 2009-06-12 20:39:52 +02:00