commit | 3fcc3af4d270dac159fc0c8b2a28ae4f9198befe | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Oct 01 19:57:20 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Oct 22 10:36:53 2014 -0600 |
tree | c0abd6acc4e1e97242730cc16452537da8451d84 | |
parent | ea0ebc8662357f8f5c7f568ec5e1eb8d773ae4ee [diff] |
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>