Home
last modified time | relevance | path

Searched refs:mtd_type (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/env/
H A Dfw_env.c60 uint8_t mtd_type; /* type of the MTD device */ member
66 .mtd_type = MTD_ABSENT,
68 .mtd_type = MTD_ABSENT,
78 #define DEVTYPE(i) envdevices[(i)].mtd_type
679 static int flash_bad_block(int fd, uint8_t mtd_type, loff_t blockstart) in flash_bad_block() argument
681 if (mtd_type == MTD_NANDFLASH) { in flash_bad_block()