Re: [U-Boot] [PATCH v2] s3c64xx: Add ifdef at the S3C64XX only codes

2010-02-09 Thread Minkyu Kang
Dear Joonyoung Shim, On 8 February 2010 22:00, Joonyoung Shim wrote: > The s3c6400.h file is only for S3C64XX cpu and the pheripheral port > address(0x7000 - 0x7fff) exists at only S3C64XX cpu, so they > should be included by only S3C64XX cpu. > > Signed-off-by: Joonyoung Shim > --- >  c

[U-Boot] [PATCH v2] s3c64xx: Add ifdef at the S3C64XX only codes

2010-02-08 Thread Joonyoung Shim
The s3c6400.h file is only for S3C64XX cpu and the pheripheral port address(0x7000 - 0x7fff) exists at only S3C64XX cpu, so they should be included by only S3C64XX cpu. Signed-off-by: Joonyoung Shim --- cpu/arm1176/cpu.c |2 ++ cpu/arm1176/start.S |4 2 files changed, 6 in