[PATCH 03/20] arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h header
Simon Glass
sjg at chromium.org
Thu Dec 17 21:57:17 CET 2020
At present it is not possible to include spl.h in on these architectures
since the asm/spl.h file is not present. We want to be able to use the
spl_phase() function, so add empty headers to make things build.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
arch/arc/include/asm/spl.h | 0
arch/m68k/include/asm/spl.h | 0
arch/nds32/include/asm/spl.h | 0
arch/nios2/include/asm/spl.h | 0
arch/sh/include/asm/spl.h | 0
arch/xtensa/include/asm/spl.h | 0
6 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 arch/arc/include/asm/spl.h
create mode 100644 arch/m68k/include/asm/spl.h
create mode 100644 arch/nds32/include/asm/spl.h
create mode 100644 arch/nios2/include/asm/spl.h
create mode 100644 arch/sh/include/asm/spl.h
create mode 100644 arch/xtensa/include/asm/spl.h
diff --git a/arch/arc/include/asm/spl.h b/arch/arc/include/asm/spl.h
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/arch/m68k/include/asm/spl.h b/arch/m68k/include/asm/spl.h
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/arch/nds32/include/asm/spl.h b/arch/nds32/include/asm/spl.h
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/arch/nios2/include/asm/spl.h b/arch/nios2/include/asm/spl.h
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/arch/sh/include/asm/spl.h b/arch/sh/include/asm/spl.h
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/arch/xtensa/include/asm/spl.h b/arch/xtensa/include/asm/spl.h
new file mode 100644
index 00000000000..e69de29bb2d
--
2.29.2.684.gfbc64c5ab5-goog
More information about the U-Boot
mailing list