|
@@ -61,7 +61,7 @@
|
|
|
#define ADF_DH895XCC_MAILBOX_STRIDE 0x1000
|
|
|
#define ADF_ADMINMSG_LEN 32
|
|
|
|
|
|
-static const u8 const_tab[1024] = {
|
|
|
+static const u8 const_tab[1024] __aligned(1024) = {
|
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|