summaryrefslogtreecommitdiffstats
path: root/commands/partition.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-09-24 12:31:08 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2007-09-24 12:31:08 +0200
commit3cbc5c5c12f8419f563efa33153fc87d7158efbd (patch)
tree5e6f674b85f6e73cba5be7a645c7df38482dad55 /commands/partition.c
parentb0615cc9096be1d2ed2813af3a0d850e1009b9d4 (diff)
downloadbarebox-3cbc5c5c12f8419f563efa33153fc87d7158efbd.tar.gz
barebox-3cbc5c5c12f8419f563efa33153fc87d7158efbd.tar.xz
remove u-boot command paramter flag
Diffstat (limited to 'commands/partition.c')
-rw-r--r--commands/partition.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/partition.c b/commands/partition.c
index 42f4870098..199f0c7c50 100644
--- a/commands/partition.c
+++ b/commands/partition.c
@@ -105,7 +105,7 @@ static int mtd_part_do_parse_one(struct partition *part, const char *str,
return 0;
}
-int do_addpart(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])
+int do_addpart(cmd_tbl_t * cmdtp, int argc, char *argv[])
{
struct partition *part;
struct device_d *dev;
@@ -181,7 +181,7 @@ U_BOOT_CMD_START(addpart)
U_BOOT_CMD_HELP(cmd_addpart_help)
U_BOOT_CMD_END
-int do_delpart(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])
+int do_delpart(cmd_tbl_t * cmdtp, int argc, char *argv[])
{
struct device_d *dev;