aboutsummaryrefslogtreecommitdiff
path: root/include/cmd_disk.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cmd_disk.h')
-rw-r--r--include/cmd_disk.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/cmd_disk.h b/include/cmd_disk.h
index d3bdb3129..6e2e0cb1a 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