[PATCH 06/26] x86: Move priv/plat structs for intel_common to headers

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


With the new of-platdata, these need to be available to dt_platdata.c
so must be in header files. Move them.

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

 arch/x86/cpu/intel_common/itss.c | 19 -------------------
 arch/x86/cpu/intel_common/p2sb.c |  9 +--------
 arch/x86/include/asm/itss.h      | 21 +++++++++++++++++++++
 arch/x86/include/asm/p2sb.h      | 18 ++++++++++++++++++
 4 files changed, 40 insertions(+), 27 deletions(-)
 create mode 100644 arch/x86/include/asm/p2sb.h

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


More information about the U-Boot mailing list