]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/cmd_disk.h
* LWMON extensions:
[karo-tx-uboot.git] / include / cmd_disk.h
index d3bdb31293e2fb1b93e3d21db67fee0e57b1d727..6e2e0cb1aa048b22739a2dcfe363d9059c898fc3 100644 (file)
 #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