]> Git Repo - u-boot.git/blobdiff - cmd/mtdparts.c
cmd: simplify network definitions in Makefile
[u-boot.git] / cmd / mtdparts.c
index f57d84dbb3add64dcde02de0151eb48f8641d433..a021b2d198d1689a153d6d6c89e305539773654c 100644 (file)
@@ -291,7 +291,6 @@ static void current_save(void)
        index_partitions();
 }
 
-
 /**
  * Produce a mtd_info given a type and num.
  *
@@ -401,7 +400,6 @@ static int part_validate_eraseblock(struct mtdids *id, struct part_info *part)
        return 0;
 }
 
-
 /**
  * Performs sanity check for supplied partition. Offset and size are
  * verified to be within valid range. Partition type is checked and
@@ -1128,7 +1126,6 @@ static int generate_mtdparts(char *buf, u32 buflen)
                        p += len;
                        maxlen -= len;
 
-
                        /* add offset only when there is a gap between
                         * partitions */
                        if ((!prev_part && (offset != 0)) ||
@@ -1709,7 +1706,6 @@ static int parse_mtdids(const char *const ids)
        return 0;
 }
 
-
 /**
  * Parse and initialize global mtdids mapping and create global
  * device/partition list.
This page took 0.029108 seconds and 4 git commands to generate.