]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: linker_lists: Add a way to declare multiple objects
authorSimon Glass <sjg@chromium.org>
Thu, 2 Oct 2014 01:57:20 +0000 (19:57 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 22 Oct 2014 16:36:53 +0000 (10:36 -0600)
commit3fcc3af4d270dac159fc0c8b2a28ae4f9198befe
treec0abd6acc4e1e97242730cc16452537da8451d84
parentea0ebc8662357f8f5c7f568ec5e1eb8d773ae4ee
dm: linker_lists: Add a way to declare multiple objects

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>
include/linker_lists.h