Skip to content

Commit a75c295

Browse files
committedFeb 10, 2015
Remove redundant defines
Signed-off-by: Steeve Morin <[email protected]>
1 parent 97ca833 commit a75c295

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎aml-imgpack.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
import binascii
77

88

9-
IH_MAGIC = 0x27051956 # Image Magic Number
10-
IH_NMLEN = 32 # Image Name Length
11-
129
AML_RES_IMG_VERSION_V1 = 0x01
1310
AML_RES_IMG_VERSION_V2 = 0x02
1411
AML_RES_IMG_ITEM_ALIGN_SZ = 16
@@ -19,9 +16,9 @@
1916
AML_RES_ITEM_HEAD_SZ = AML_RES_IMG_ITEM_ALIGN_SZ * 4 # 64
2017
IH_MAGIC = 0x27051956 # Image Magic Number
2118
IH_NMLEN = 32 # Image Name Length
22-
2319
ARCH_ARM = 8
2420

21+
2522
# typedef struct {
2623
# __u32 crc; //crc32 value for the resouces image
2724
# __s32 version;//current version is 0x01

0 commit comments

Comments
 (0)
Please sign in to comment.