Re: [PATCH v2 05/33] dtoc: Collect priv/plat struct info from drivers

2021-02-06 Thread Simon Glass
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 )]; Collect the various struct names from the drivers. Signed-off-by: Simon Glass --- (no chan

[PATCH v2 05/33] dtoc: Collect priv/plat struct info from drivers

2021-02-03 Thread Simon Glass
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 )]; Collect the various struct names from the drivers. Signed-off-by: Simon Glass --- (no chan