Home
last modified time | relevance | path

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

/openbmc/u-boot/disk/
H A Dpart.c358 strcpy((char *)info->type, BOOT_PART_TYPE); in part_get_info_whole_disk()
456 strcpy((char *)info->type, BOOT_PART_TYPE); in blk_get_device_part_str()
482 strcpy((char *)info->type, BOOT_PART_TYPE); in blk_get_device_part_str()
629 if (strncmp((char *)info->type, BOOT_PART_TYPE, sizeof(info->type)) != 0) { in blk_get_device_part_str()
631 " (expect \"" BOOT_PART_TYPE "\")\n", in blk_get_device_part_str()
/openbmc/u-boot/include/
H A Dpart.h40 #define BOOT_PART_TYPE "U-Boot" /* primary boot partition type */ macro