Searched refs:bootblk (Results 1 - 2 of 2) sorted by relevance

/u-boot/board/gateworks/venice/
H A Dvenice.c141 * set bootdev/bootblk/bootpart (used in firmware_update script)
165 int bootblk; local
168 bootblk = 32 * SZ_1K / 512;
170 bootblk = 33 * SZ_1K / 512;
190 bootblk = 0;
192 env_set_hex("bootblk", bootblk);
195 env_set_hex("bootblk", bootblk);
/u-boot/include/
H A Drkmtd.h47 struct bootblk { struct
72 struct bootblk idblock[5];

Completed in 100 milliseconds