Re: [U-Boot] about CONFIG_SYS_GENERIC_BOARD

2013-08-16 Thread Tom Rini
On Fri, Aug 16, 2013 at 01:28:26PM -0600, Simon Glass wrote: > Hi David, > > On Thu, Aug 15, 2013 at 11:02 PM, FengHua wrote: > > hi Simon, > > I have worked on generic board for a few days, but something > > confuse me. > > Why it is needed? > > Each processor architect

Re: [U-Boot] about CONFIG_SYS_GENERIC_BOARD

2013-08-16 Thread Simon Glass
Hi David, On Thu, Aug 15, 2013 at 11:02 PM, FengHua wrote: > hi Simon, > I have worked on generic board for a few days, but something confuse > me. > Why it is needed? > Each processor architecture has different features, this will affect > processor specific and board s

Re: [U-Boot] about CONFIG_SYS_GENERIC_BOARD

2013-08-16 Thread Scott Wood
On Fri, 2013-08-16 at 13:02 +0800, FengHua wrote: > hi Simon, > I have worked on generic board for a few days, but something confuse > me. > Why it is needed? > Each processor architecture has different features, this will > affect processor specific and board specific code

[U-Boot] about CONFIG_SYS_GENERIC_BOARD

2013-08-15 Thread FengHua
hi Simon, I have worked on generic board for a few days, but something confuse me.         Why it is needed?         Each processor architecture has different features, this will affect processor specific and board specific code. Putting board_init_* code of each platform into one file wi