[PATCH 02/26] sandbox: i2c: Move priv into a header file

Simon Glass sjg at chromium.org
Mon Dec 28 17:26:43 CET 2020


Move this struct into a header file so that dtoc can include it in its
dt-platdata.c file.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 arch/sandbox/include/asm/i2c.h | 14 ++++++++++++++
 drivers/i2c/sandbox_i2c.c      |  5 +----
 2 files changed, 15 insertions(+), 4 deletions(-)
 create mode 100644 arch/sandbox/include/asm/i2c.h

Applied to u-boot-dm/next, thanks!


More information about the U-Boot mailing list