diff options
author | Simon Glass <sjg@chromium.org> | 2021-02-03 06:00:53 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2021-03-22 19:23:27 +1300 |
commit | c8b19b0694014ac4423558f4e65937791fd6d574 (patch) | |
tree | 34e94be3da0159bf5501bd771e1e781f7a267a66 /tools/dtoc/test_dtoc.py | |
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>
Diffstat (limited to 'tools/dtoc/test_dtoc.py')
0 files changed, 0 insertions, 0 deletions