tizen 2.4 release
[kernel/u-boot-tm1.git] / nand_fdl / fdl-2 / src / fdl2_signature.c
1
2 const unsigned char FDL2_signature[][24]=
3 {
4 #ifdef DEV_MANAGE_SUPPORT
5     {'#','$','D','E','V','I','C','E','_','M','A','N','A','G','E','R','$','#',0,0,0,0,0,0},
6 #endif
7 #ifdef PRELOAD_SUPPORT
8     {'#','*','P','R','E','L','O','A','D','S','U','P','P','O','R','T','*','#',0,0,0,0,0,0},
9 #endif
10 #ifdef VM_SUPPORT
11     {'#','*','D','E','M','A','N','D','P','A','G','I','N','G','*','#', 0,  0, 0,0,0,0,0,0},
12 #endif
13 #ifdef USB_VCOM_AUTORUN_SUPPORT
14     {'#','*','U','S','B','C','O','M','A','U','T','O','R','U','N','*','#', 0, 0,0,0,0,0,0},
15 #endif
16     {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}
17 };
18
19
20
21