]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - cmd/mtdparts.c
arm: Don't invalidate unaligned cache regions
[karo-tx-uboot.git] / cmd / mtdparts.c
index dab195841a74fbeed0104e0f6d6f55328b682472..44b2c3a5a9fbfa55dd70505c126cc142f85de49c 100644 (file)
@@ -1742,7 +1742,7 @@ int mtdparts_init(void)
        debug("last_partition : %s\n", last_partition);
        debug("env_partition  : %s\n", current_partition);
 
-       /* if mtdids varible is empty try to use defaults */
+       /* if mtdids variable is empty try to use defaults */
        if (!ids) {
                if (mtdids_default) {
                        debug("mtdids variable not defined, using default\n");
@@ -1877,7 +1877,7 @@ static struct part_info* mtd_part_info(struct mtd_device *dev, unsigned int part
 }
 
 /***************************************************/
-/* U-boot commands                                */
+/* U-Boot commands                                */
 /***************************************************/
 /* command line only */
 /**