Home
last modified time | relevance | path

Searched defs:image_info_struct (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/mtd/
Dafs.c45 struct image_info_struct { struct
46 u32 bootFlags; /* Boot flags, compression etc. */
47 u32 imageNumber; /* Unique number, selects for boot etc. */
48 u32 loadAddress; /* Address program should be loaded to */
49 u32 length; /* Actual size of image */
50 u32 address; /* Image is executed from here */
51 char name[16]; /* Null terminated */
52 u32 headerBase; /* Flash Address of any stripped header */
53 u32 header_length; /* Length of header in memory */
54 u32 headerType; /* AIF, RLF, s-record etc. */
[all …]