Re: [PATCH v3 11/12] x86: coral: Add sysinfo ops

2021-01-31 Thread Bin Meng
On Mon, Jan 25, 2021 at 1:51 AM Simon Glass 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 > uc

[PATCH v3 11/12] x86: coral: Add sysinfo ops

2021-01-24 Thread Simon Glass
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 Gl