commit | c8b19b0694014ac4423558f4e65937791fd6d574 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 03 06:00:53 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Mon Mar 22 19:23:27 2021 +1300 |
tree | 34e94be3da0159bf5501bd771e1e781f7a267a66 | |
parent | 36b2220cbd62c7829b8e845777318f323a963e47 [diff] |
dtoc: Collect priv/plat struct info from drivers In order to output variables to hold the priv/plat information used by each device, dtoc needs to know the struct for each. With this, it can declare this at build time: u8 xxx_priv [sizeof(struct <name>)]; Collect the various struct names from the drivers. Signed-off-by: Simon Glass <sjg@chromium.org>