Re: [U-Boot] [PATCH v2 0/58] Move arch-specific global data into its own structure

2013-02-04 Thread Tom Rini
On Thu, Dec 13, 2012 at 10:48:29PM -0800, Simon Glass wrote: > The previous generic board series hit a snag in that we needed generic > code to access some of the architecture-specific fields in global_data. > > The solution eventually arrived at was to move these fields into a > separate structu

[U-Boot] [PATCH v2 0/58] Move arch-specific global data into its own structure

2012-12-13 Thread Simon Glass
The previous generic board series hit a snag in that we needed generic code to access some of the architecture-specific fields in global_data. The solution eventually arrived at was to move these fields into a separate structure, so that global_data has the generic fields, and within that there is