Re: [U-Boot] [PATCH v4 1/9] dm: linker_lists: Add a way to declare multiple objects

2014-10-22 Thread Simon Glass
On 1 October 2014 19:57, Simon Glass wrote: > The existing ll_entry_declare() permits a single element of the list to > be added to a linker list. Sometimes we want to add several objects at > once. To avoid lots of messy declarations, add a macro to support this. > > Signed-off-by: Simon Glass >

[U-Boot] [PATCH v4 1/9] dm: linker_lists: Add a way to declare multiple objects

2014-10-01 Thread Simon Glass
The existing ll_entry_declare() permits a single element of the list to be added to a linker list. Sometimes we want to add several objects at once. To avoid lots of messy declarations, add a macro to support this. Signed-off-by: Simon Glass --- Changes in v4: None Changes in v3: None Changes in