change source file mode to 0644 instead of 0755
[profile/mobile/platform/kernel/u-boot-tm1.git] / arch / arm / include / asm / arch-sc8825 / fdl_conf.h
1 /* fdl_conf.h
2  * Any platform relevent parameters should go here.
3  */
4 #ifndef FDL_CONF_H
5 #define FDL_CONF_H
6
7 //#define MAX_PKT_SIZE    0x4000 /* Just data field of a packet excluding header and checksum */
8 #define MAX_PKT_SIZE    0x10000 /* Just data field of a packet excluding header and checksum */
9
10 #define PACKET_MAX_NUM    3
11
12 #endif /* FDL_CONF_H */