commit | 2764cf5e974318b2b17448d04a50aa8b226c9877 | [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 | 2b8e5c8dfa01e60e616ed75cf333ac4cda8977ef [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>