commit | 5d169aa82127e8157dec7703f5887fc729e476e3 | [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 | ffae791990b9d44179307a75314e6ae5bf975871 [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>