Re: [U-Boot] [Patch v4 1/2] common/board_f: Initialized global data for generic board

2014-05-02 Thread Scott Wood
On Fri, 2014-05-02 at 17:14 -0700, York Sun wrote: > On 05/01/2014 07:45 PM, Simon Glass wrote: > > On 1 May 2014 16:00, York Sun wrote: > >> Some platforms (tested on mpc85xx, mpc86xx) use global data before calling > >> function baord_inti_f(). The data should not be cleared later. Any arch > >>

Re: [U-Boot] [Patch v4 1/2] common/board_f: Initialized global data for generic board

2014-05-02 Thread York Sun
On 05/01/2014 07:45 PM, Simon Glass wrote: > On 1 May 2014 16:00, York Sun wrote: >> Some platforms (tested on mpc85xx, mpc86xx) use global data before calling >> function baord_inti_f(). The data should not be cleared later. Any arch >> which uses global data in generic board board_init_f() shoul

Re: [U-Boot] [Patch v4 1/2] common/board_f: Initialized global data for generic board

2014-05-01 Thread Simon Glass
On 1 May 2014 16:00, York Sun wrote: > Some platforms (tested on mpc85xx, mpc86xx) use global data before calling > function baord_inti_f(). The data should not be cleared later. Any arch > which uses global data in generic board board_init_f() should define > CONFIG_SYS_GENERIC_GLOBAL_DATA. > > S

[U-Boot] [Patch v4 1/2] common/board_f: Initialized global data for generic board

2014-05-01 Thread York Sun
Some platforms (tested on mpc85xx, mpc86xx) use global data before calling function baord_inti_f(). The data should not be cleared later. Any arch which uses global data in generic board board_init_f() should define CONFIG_SYS_GENERIC_GLOBAL_DATA. Signed-off-by: York Sun CC: Scott Wood CC: Simon