Home
last modified time | relevance | path

Searched defs:stm32prog_data (Results 1 – 2 of 2) sorted by relevance

/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/
A Dstm32prog.h146 struct stm32prog_data { struct
148 int dev_nb; /* device number*/
150 int part_nb; /* nb of partition */
151 struct stm32prog_part_t *part_array; /* array of partition */
153 bool tee_detected;
155 bool fsbl_nor_detected;
158 unsigned int phase;
159 u32 offset;
160 char error[255];
161 struct stm32prog_part_t *cur_part;
[all …]
A Dcmd_stm32prog.c13 struct stm32prog_data *stm32prog_data; variable

Completed in 8 milliseconds