diff options
Diffstat (limited to 'include/cmd_disk.h')
-rw-r--r-- | include/cmd_disk.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/cmd_disk.h b/include/cmd_disk.h index d3bdb31..6e2e0cb 100644 --- a/include/cmd_disk.h +++ b/include/cmd_disk.h @@ -31,9 +31,10 @@ #include <command.h> /* - * Type string for PPC bootable partitions + * Type string for U-Boot bootable partitions */ -#define BOOT_PART_TYPE "U-Boot" +#define BOOT_PART_TYPE "U-Boot" /* primary boot partition type */ +#define BOOT_PART_COMP "PPCBoot" /* PPCBoot compatibility type */ #if 0 |