
1 Feb
2021
1 Feb
'21
8:25 a.m.
On Mon, Jan 25, 2021 at 1:51 AM Simon Glass sjg@chromium.org wrote:
These ops are missing at present which is not permitted. Add an empty operation struct.
Note: If the uclass requires operations then the drivers should provide them. Otherwise, checking for missing operations must be done in every uclass operation, so it adds to code size.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v3:
- Expand commit to explain why operations are required
Changes in v2:
- Add new patch to fix crash on coral
board/google/chromebook_coral/coral.c | 5 +++++ 1 file changed, 5 insertions(+)
Reviewed-by: Bin Meng bmeng.cn@gmail.com