Skip to content

Commit 487cad8

Browse files
committed
Removed unused NAND address structure
1 parent bf26c3b commit 487cad8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

firmware/fsmc_nand.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@ typedef struct
1616
uint8_t fourth_id;
1717
} nand_id_t;
1818

19-
typedef struct
20-
{
21-
uint16_t zone;
22-
uint16_t block;
23-
uint16_t page;
24-
} nand_addr_t;
25-
2619
#define CMD_AREA (uint32_t)(1<<16) /* A16 = CLE high */
2720
#define ADDR_AREA (uint32_t)(1<<17) /* A17 = ALE high */
2821

0 commit comments

Comments
 (0)