commit | acf79bd748d746032cc428944e7d0ff40bd7e4ed | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Oct 01 19:57:21 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Oct 22 10:36:54 2014 -0600 |
tree | ad2ab4b37ec03244d0e3faf59e5f48d2882af8c4 | |
parent | 5d169aa82127e8157dec7703f5887fc729e476e3 [diff] |
dm: core: Allow a list of devices to be declared in one step The U_BOOT_DEVICE macro allows the declaration of a single U-Boot device. Add an equivalent macro to declare an array of devices, for convenience. Signed-off-by: Simon Glass <sjg@chromium.org>