summaryrefslogtreecommitdiff
path: root/firmware/target/mips/ingenic_x1000/nand-x1000.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/mips/ingenic_x1000/nand-x1000.h')
-rw-r--r--firmware/target/mips/ingenic_x1000/nand-x1000.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/target/mips/ingenic_x1000/nand-x1000.h b/firmware/target/mips/ingenic_x1000/nand-x1000.h
index 711bf190b5..668b3e3f82 100644
--- a/firmware/target/mips/ingenic_x1000/nand-x1000.h
+++ b/firmware/target/mips/ingenic_x1000/nand-x1000.h
@@ -78,6 +78,9 @@ typedef struct nand_chip {
78 /* Total number of blocks in the chip */ 78 /* Total number of blocks in the chip */
79 unsigned nr_blocks; 79 unsigned nr_blocks;
80 80
81 /* Bad block marker offset within the 1st page of a bad block */
82 unsigned bbm_pos;
83
81 /* Clock frequency to use */ 84 /* Clock frequency to use */
82 uint32_t clock_freq; 85 uint32_t clock_freq;
83 86