From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Mon, 1 Feb 2021 15:25:39 +0800 Subject: [PATCH v3 11/12] x86: coral: Add sysinfo ops In-Reply-To: <20210124174331.3462226-4-sjg@chromium.org> References: <20210124174331.3462226-1-sjg@chromium.org> <20210124174331.3462226-4-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > uclass operation, so it adds to code size. > > Signed-off-by: Simon Glass > --- > > 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