
23 Oct
2014
23 Oct
'14
5:05 a.m.
On 1 October 2014 19:57, Simon Glass sjg@chromium.org 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 sjg@chromium.org
Changes in v4: None Changes in v3: None Changes in v2: None
include/linker_lists.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+)
Applied to u-boot-dm/master.