summaryrefslogtreecommitdiff
path: root/firmware/export/imx31l.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/imx31l.h')
-rwxr-xr-xfirmware/export/imx31l.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/firmware/export/imx31l.h b/firmware/export/imx31l.h
index b572c788a9..b55a56b105 100755
--- a/firmware/export/imx31l.h
+++ b/firmware/export/imx31l.h
@@ -36,7 +36,11 @@
36#define FRAME_SIZE (240*320*2) 36#define FRAME_SIZE (240*320*2)
37 37
38#define DEVBSS_ATTR __attribute__((section(".devbss"),nocommon)) 38#define DEVBSS_ATTR __attribute__((section(".devbss"),nocommon))
39#define QHARRAY_ATTR __attribute__((section(".qharray"),nocommon)) 39/* USBOTG */
40#define USB_QHARRAY_ATTR __attribute__((section(".qharray"),nocommon,aligned(2048)))
41#define USB_NUM_ENDPOINTS 8
42#define USB_DEVBSS_ATTR DEVBSS_ATTR
43#define USB_BASE OTG_BASE_ADDR
40 44
41/* 45/*
42 * AIPS 1 46 * AIPS 1
@@ -1580,6 +1584,4 @@
1580#define UART_FIFO_CTRL 0x881 1584#define UART_FIFO_CTRL 0x881
1581#define TIMEOUT 1000 1585#define TIMEOUT 1000
1582 1586
1583#define USB_BASE OTG_BASE_ADDR
1584
1585#endif /* __IMX31L_H__ */ 1587#endif /* __IMX31L_H__ */