import PULS_20160108
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / arm / mach-mt8127 / include / mach / dfo_boot_default.h
1 #ifndef DFO_BOOT_DEFAULT_H
2 #define DFO_BOOT_DEFAULT_H
3
4 tag_dfo_boot dfo_boot_default =
5 {
6 // name array
7 {
8 "MD5_SIZE",
9 "MD5_SMEM_SIZE",
10 "MTK_MD5_SUPPORT",
11 "MTK_ENABLE_MD5",
12 "MTK_ENABLE_MD1",
13 "MTK_ENABLE_MD2",
14 "MD1_SIZE",
15 "MD2_SIZE",
16 "MD1_SMEM_SIZE",
17 "MD2_SMEM_SIZE",
18 "MTK_MD1_SUPPORT",
19 "MTK_MD2_SUPPORT",
20 "LCM_FAKE_WIDTH",
21 "LCM_FAKE_HEIGHT"
22 },
23
24 // value array
25 {
26 0x01600000,
27 0x00200000,
28 5,
29 0,
30 0,
31 0,
32 0x01600000,
33 0x01600000,
34 0x00200000,
35 0x00200000,
36 3,
37 4,
38 0,
39 0
40 }
41 };
42
43 #endif