Re: [U-Boot] [PATCH ARM v2] Add a unified s3c24x0 header file

2009-11-20 Thread Minkyu Kang
Dear Kevin Morfitt, 2009/11/17 kevin.morf...@fearnside-systems.co.uk : > This patch adds a unified s3c24x0 cpu header file that selects the header > file for the specific s3c24x0 cpu from the SOC and CPU configs defined in > board config file. This removes the current chain of s3c24-type #ifdef's

[U-Boot] [PATCH ARM v2] Add a unified s3c24x0 header file

2009-11-17 Thread kevin.morf...@fearnside-systems.co.uk
This patch adds a unified s3c24x0 cpu header file that selects the header file for the specific s3c24x0 cpu from the SOC and CPU configs defined in board config file. This removes the current chain of s3c24-type #ifdef's from the s3c24x0 code. Signed-off-by: Kevin Morfitt --- v2 changes: re-base