HomeSort by relevance Sort by last modified time
    Searched refs:BOOT_PART_TYPE (Results 1 - 2 of 2) sorted by null

  /external/u-boot/disk/
part.c 352 strcpy((char *)info->type, BOOT_PART_TYPE);
450 strcpy((char *)info->type, BOOT_PART_TYPE);
476 strcpy((char *)info->type, BOOT_PART_TYPE);
623 if (strncmp((char *)info->type, BOOT_PART_TYPE, sizeof(info->type)) != 0) {
625 " (expect \"" BOOT_PART_TYPE "\")\n",
  /external/u-boot/include/
part.h 40 #define BOOT_PART_TYPE "U-Boot" /* primary boot partition type */

Completed in 821 milliseconds