Home
last modified time | relevance | path

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

/external/u-boot/board/st/stm32mp1/
Dstm32mp1.c827 #define MTDPARTS_LEN 256 macro
842 if (env_get_f(str, buf, MTDPARTS_LEN) != -1) in env_get_mtdparts()
856 char tmp_mtdparts[MTDPARTS_LEN]; in board_get_mtdparts()
872 strncat(mtdparts, ";", MTDPARTS_LEN); in board_get_mtdparts()
875 strncat(mtdparts, dev, MTDPARTS_LEN); in board_get_mtdparts()
876 strncat(mtdparts, ":", MTDPARTS_LEN); in board_get_mtdparts()
877 strncat(mtdparts, tmp, MTDPARTS_LEN); in board_get_mtdparts()
885 static char parts[3 * MTDPARTS_LEN + 1]; in board_mtdparts_default()