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

2009-11-15 Thread Minkyu Kang
Dear Kevin Morifitt, 2009/11/13 kevin.morf...@fearnside-systems.co.uk kevin.morf...@fearnside-systems.co.uk: Minkyu Kang wrote: Dear Kevin Morifitt, 2009/11/13 kevin.morf...@fearnside-systems.co.uk kevin.morf...@fearnside-systems.co.uk: Hi Minky Minkyu Kang wrote: Dear Kevin Morfitt

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

2009-11-13 Thread kevin.morf...@fearnside-systems.co.uk
Hi Minky Minkyu Kang wrote: Dear Kevin Morfitt 2009/11/10 kevin.morf...@fearnside-systems.co.uk 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

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

2009-11-13 Thread Minkyu Kang
Dear Kevin Morifitt, 2009/11/13 kevin.morf...@fearnside-systems.co.uk kevin.morf...@fearnside-systems.co.uk: Hi Minky Minkyu Kang wrote: Dear Kevin Morfitt 2009/11/10 kevin.morf...@fearnside-systems.co.uk kevin.morf...@fearnside-systems.co.uk: This patch adds a unified s3c24x0 cpu header

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

2009-11-13 Thread kevin.morf...@fearnside-systems.co.uk
Minkyu Kang wrote: Dear Kevin Morifitt, 2009/11/13 kevin.morf...@fearnside-systems.co.uk kevin.morf...@fearnside-systems.co.uk: Hi Minky Minkyu Kang wrote: Dear Kevin Morfitt 2009/11/10 kevin.morf...@fearnside-systems.co.uk kevin.morf...@fearnside-systems.co.uk: This patch adds a

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

2009-11-12 Thread Minkyu Kang
Dear Kevin Morfitt 2009/11/10 kevin.morf...@fearnside-systems.co.uk 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

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

2009-11-10 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