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

Simon Glass sjg at chromium.org
Thu Oct 23 05:05:31 CEST 2014


On 1 October 2014 19:57, Simon Glass <sjg at 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 at 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.


More information about the U-Boot mailing list