Re: [U-Boot] Do we really need CONFIG_ARCH_CPU_INIT ?

2012-03-02 Thread Christian Riesch
Hi, On Thu, Mar 1, 2012 at 9:48 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Le 01/03/2012 14:23, Fabio Estevam a écrit : Hi, Currently CONFIG_ARCH_CPU_INIT is used to select arch_cpu_init() function. arch_cpu_init() does CPU level initialization, so why do we need to include

Re: [U-Boot] Do we really need CONFIG_ARCH_CPU_INIT ?

2012-03-02 Thread Christian Riesch
Hi again, On Fri, Mar 2, 2012 at 9:46 AM, Christian Riesch christian.rie...@omicron.at wrote: Hi, On Thu, Mar 1, 2012 at 9:48 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Le 01/03/2012 14:23, Fabio Estevam a écrit : Hi, Currently CONFIG_ARCH_CPU_INIT is used to select

[U-Boot] Do we really need CONFIG_ARCH_CPU_INIT ?

2012-03-01 Thread Fabio Estevam
Hi, Currently CONFIG_ARCH_CPU_INIT is used to select arch_cpu_init() function. arch_cpu_init() does CPU level initialization, so why do we need to include CONFIG_ARCH_CPU_INIT in the include/configs/boardXYZ files, which are board related files ? For example: Let's say boards X, Y and Z are

Re: [U-Boot] Do we really need CONFIG_ARCH_CPU_INIT ?

2012-03-01 Thread Marek Vasut
Hi, Currently CONFIG_ARCH_CPU_INIT is used to select arch_cpu_init() function. arch_cpu_init() does CPU level initialization, so why do we need to include CONFIG_ARCH_CPU_INIT in the include/configs/boardXYZ files, which are board related files ? For example: Let's say boards X, Y

Re: [U-Boot] Do we really need CONFIG_ARCH_CPU_INIT ?

2012-03-01 Thread Albert ARIBAUD
Le 01/03/2012 14:23, Fabio Estevam a écrit : Hi, Currently CONFIG_ARCH_CPU_INIT is used to select arch_cpu_init() function. arch_cpu_init() does CPU level initialization, so why do we need to include CONFIG_ARCH_CPU_INIT in the include/configs/boardXYZ files, which are board related files ?

Re: [U-Boot] Do we really need CONFIG_ARCH_CPU_INIT ?

2012-03-01 Thread Simon Glass
+Graeme Hi, On Thu, Mar 1, 2012 at 5:23 AM, Fabio Estevam feste...@gmail.com wrote: Hi, Currently CONFIG_ARCH_CPU_INIT is used to select arch_cpu_init() function. arch_cpu_init() does CPU level initialization, so why do we need to include CONFIG_ARCH_CPU_INIT in the

Re: [U-Boot] Do we really need CONFIG_ARCH_CPU_INIT ?

2012-03-01 Thread Graeme Russ
Hi Simon, Fabio, Stefano, Marek, Albert On Fri, Mar 2, 2012 at 8:28 AM, Simon Glass s...@chromium.org wrote: +Graeme Hi, On Thu, Mar 1, 2012 at 5:23 AM, Fabio Estevam feste...@gmail.com wrote: Hi, Currently CONFIG_ARCH_CPU_INIT is used to select arch_cpu_init() function. arch_cpu_init()

Re: [U-Boot] Do we really need CONFIG_ARCH_CPU_INIT ?

2012-03-01 Thread Stefan Roese
On Thursday 01 March 2012 14:48:12 Marek Vasut wrote: ,so that CONFIG_ARCH_CPU_INIT is not needed anymore. Before I go further in this route to remove CONFIG_ARCH_CPU_INIT from other places, I would like to know if this makes sense. I'm all for this. Me too. Thanks, Stefan