x86: coral: Add sysinfo ops
authorSimon Glass <sjg@chromium.org>
Fri, 5 Feb 2021 04:17:22 +0000 (21:17 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sat, 6 Feb 2021 11:20:34 +0000 (19:20 +0800)
commit2764cf5e974318b2b17448d04a50aa8b226c9877
tree2729fe7884314b75069ba1a963e8b65c930804d5
parent2b8e5c8dfa01e60e616ed75cf333ac4cda8977ef
x86: coral: Add sysinfo ops

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>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
board/google/chromebook_coral/coral.c