diff options
author | Simon Glass <sjg@chromium.org> | 2021-02-03 16:00:53 +0300 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2021-03-22 09:23:27 +0300 |
commit | c8b19b0694014ac4423558f4e65937791fd6d574 (patch) | |
tree | 34e94be3da0159bf5501bd771e1e781f7a267a66 /dts | |
parent | 36b2220cbd62c7829b8e845777318f323a963e47 (diff) | |
download | u-boot-c8b19b0694014ac4423558f4e65937791fd6d574.tar.xz |
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 'dts')
0 files changed, 0 insertions, 0 deletions