diff options
author | Nam T. Nguyen <namnguyen@chromium.org> | 2015-04-28 08:12:12 -0700 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2015-05-28 16:31:34 -0700 |
commit | abcf731e041d8d977b992820c38f6e95ed63fd3b (patch) | |
tree | c4b54c1e8dd052f5926ba193ec921b6f99b31d36 /Makefile | |
parent | bd9ed192b5d6ee7afc49bfd383a23b50792de8c2 (diff) |
mtd-utils: Add mtdpart to add/delete partition
Add a simple utility to exercise BLKPG ioctl.
Signed-off-by: Nam T. Nguyen <namnguyen@chromium.org>
Acked-by: Mike Frysinger <vapier@chromium.org>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ MTD_BINS = \ ftl_format flash_erase nanddump doc_loadbios \ ftl_check mkfs.jffs2 flash_lock flash_unlock \ flash_otp_info flash_otp_dump flash_otp_lock flash_otp_write \ - mtd_debug flashcp nandwrite nandtest \ + mtd_debug flashcp nandwrite nandtest mtdpart \ jffs2dump \ nftldump nftl_format docfdisk \ rfddump rfdformat \ |