Searched refs:MTDPARTS_LEN (Results 1 – 2 of 2) sorted by relevance
/u-boot/board/st/common/ |
A D | stm32mp_mtdparts.c | 19 #define MTDPARTS_LEN 256 macro 46 strncat(mtdparts, ";", MTDPARTS_LEN); in board_set_mtdparts() 50 strncat(mtdparts, dev, MTDPARTS_LEN); in board_set_mtdparts() 51 strncat(mtdparts, ":", MTDPARTS_LEN); in board_set_mtdparts() 54 strncat(mtdparts, boot, MTDPARTS_LEN); in board_set_mtdparts() 55 strncat(mtdparts, ",", MTDPARTS_LEN); in board_set_mtdparts() 59 strncat(mtdparts, tee, MTDPARTS_LEN); in board_set_mtdparts() 60 strncat(mtdparts, ",", MTDPARTS_LEN); in board_set_mtdparts() 63 strncat(mtdparts, user, MTDPARTS_LEN); in board_set_mtdparts() 70 static char parts[3 * MTDPARTS_LEN + 1]; in board_mtdparts_default()
|
/u-boot/board/emulation/common/ |
A D | qemu_mtdparts.c | 12 #define MTDPARTS_LEN 256 macro 27 strncat(mtdparts, ";", MTDPARTS_LEN); in board_get_mtdparts() 31 strncat(mtdparts, dev, MTDPARTS_LEN); in board_get_mtdparts() 32 strncat(mtdparts, ":", MTDPARTS_LEN); in board_get_mtdparts() 33 strncat(mtdparts, partition, MTDPARTS_LEN); in board_get_mtdparts() 41 static char parts[3 * MTDPARTS_LEN + 1]; in board_mtdparts_default()
|
Completed in 4 milliseconds