On Sat, Dec 19, 2020 at 10:39:53AM -0700, Simon Glass wrote: > Move this struct into a header file so that dtoc can include it in its > dt-platdata.c file.
Reviewed-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > arch/sandbox/include/asm/serial.h | 30 ++++++++++++++++++++++++++++++ > drivers/serial/sandbox.c | 16 +--------------- > 2 files changed, 31 insertions(+), 15 deletions(-) > create mode 100644 arch/sandbox/include/asm/serial.h > Applied to u-boot-dm/next, thanks!