[U-Boot] [PATCH v2 16/19] powerpc: Add linkage.h file
Simon Glass
sjg at chromium.org
Sat Feb 7 19:51:49 CET 2015
This permits us to use linux/linkage.h on PowerPC machines.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2: None
arch/powerpc/include/asm/linkage.h | 7 +++++++
1 file changed, 7 insertions(+)
create mode 100644 arch/powerpc/include/asm/linkage.h
diff --git a/arch/powerpc/include/asm/linkage.h b/arch/powerpc/include/asm/linkage.h
new file mode 100644
index 0000000..559b42e
--- /dev/null
+++ b/arch/powerpc/include/asm/linkage.h
@@ -0,0 +1,7 @@
+/*
+ * Copyright (c) 2014 Google, Inc
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+/* We don't need anything here at present */
--
2.2.0.rc0.207.ga3a616c
More information about the U-Boot
mailing list