summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2020-10-17 09:30:23 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2020-10-17 09:30:23 +0200
commitd38875ed4d05988ff72124ec50a8e7214eff023b (patch)
tree2d33311b6b1d4ffe8feb1ecb2d0985baf5786e55 /config.h
parentc0107cf3cc1c1ebf220249b2c9f3c6c8e2640cb9 (diff)
parent37c536ce725bd3d0bfeb65ac169db8bc4ca7cd57 (diff)
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.h b/config.h
index e39091f..4237355 100644
--- a/config.h
+++ b/config.h
@@ -26,4 +26,9 @@
#define ALIGNMENT_WORKAROUND
#endif
+/* Avoid unaligned memcpy on /dev/mem */
+#ifdef __aarch64__
+#define USE_SLOW_MEMCPY
+#endif
+
#endif