]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - disk/part_efi.c
karo: tx53: add support for TX53-1232 (2GiB SDRAM)
[karo-tx-uboot.git] / disk / part_efi.c
index b7524d68ba05b570e2286aeb208e2e15ab030f38..09c2e1b6717ff2d7ece2b7b3c4cf8b3fa84a8f90 100644 (file)
@@ -376,7 +376,7 @@ int gpt_fill_pte(gpt_header *gpt_h, gpt_entry *gpt_e,
                        offset += partitions[i].size;
                }
                if (offset >= gpt_h->last_usable_lba) {
-                       printf("Partitions layout exceds disk size\n");
+                       printf("Partitions layout exceeds disk size\n");
                        return -1;
                }
                /* partition ending lba */