From 31d9084a8ce925c513abe37f0a7e9522925f7791 Mon Sep 17 00:00:00 2001 From: Cástor Muñoz Date: Sun, 14 Feb 2016 11:47:09 +0100 Subject: iPod Classic: fix USB_DEVBSS_ATTR alignment After previous commit 0b6647f2e9e5d21e80736eab7af33acecba28f38 this alignment should not be needed, but not sure at all, so it is aligned to cache line length for safety. Change-Id: I5b2b9a30c913d2a609acc1bdf30bdec6811a2551 --- firmware/export/config/ipod6g.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/export/config/ipod6g.h b/firmware/export/config/ipod6g.h index 228867ed82..84a13d8830 100644 --- a/firmware/export/config/ipod6g.h +++ b/firmware/export/config/ipod6g.h @@ -247,7 +247,7 @@ #define USB_VENDOR_ID 0x05AC #define USB_PRODUCT_ID 0x1261 #define USB_NUM_ENDPOINTS 6 -#define USB_DEVBSS_ATTR __attribute__((aligned(16))) +#define USB_DEVBSS_ATTR __attribute__((aligned(32))) #define HAVE_SERIAL /* Disable iAP when LOGF_SERIAL is enabled to avoid conflicts */ -- cgit v1.2.3