summaryrefslogtreecommitdiff
path: root/hwcomposer/hal_public.h
diff options
context:
space:
mode:
Diffstat (limited to 'hwcomposer/hal_public.h')
-rw-r--r--hwcomposer/hal_public.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwcomposer/hal_public.h b/hwcomposer/hal_public.h
index eabf911..09365a7 100644
--- a/hwcomposer/hal_public.h
+++ b/hwcomposer/hal_public.h
@@ -32,7 +32,7 @@
#include <hardware/memtrack.h>
#define ALIGN(x,a) (((x) + (a) - 1L) & ~((a) - 1L))
-#define HW_ALIGN 32
+#define HW_ALIGN 16
/* This can be tuned down as appropriate for the SOC.
*