summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/board/compal/header.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/firmware/board/compal/header.S')
-rw-r--r--src/target/firmware/board/compal/header.S11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/target/firmware/board/compal/header.S b/src/target/firmware/board/compal/header.S
new file mode 100644
index 00000000..747f6806
--- /dev/null
+++ b/src/target/firmware/board/compal/header.S
@@ -0,0 +1,11 @@
+/*
+ * This is a textual header that is prepended to images where appropriate.
+ *
+ * It is meant to ease identification of our firmwares in dumps as well
+ * as filling some space that is used for the same purpose by the vendor.
+ *
+ */
+.section .compal.header
+.ascii "OSMOCOM"
+. = 0x20
+.ascii GIT_REVISION