commit | 23deeed03f42f7758946445c0ab45ad2475b8999 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Feb 04 21:17:22 2021 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sat Feb 06 19:20:34 2021 +0800 |
tree | 2729fe7884314b75069ba1a963e8b65c930804d5 | |
parent | 10e6f797bdaaa4880b526f0bcc36725f8fed6a9e [diff] |
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>