]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mtdparts: show net size in mtdparts list
authorBen Gardiner <bengardiner@nanometrics.ca>
Tue, 31 Aug 2010 21:48:02 +0000 (17:48 -0400)
committerScott Wood <scottwood@freescale.com>
Mon, 11 Oct 2010 20:11:00 +0000 (15:11 -0500)
commit04ac380288ea8c334efdf938766e2748056a2821
tree807853c8b0c7f6d95c3601147d8dad11c2960e14
parent4ba692fb1e413db974037238370b8402c8a60750
mtdparts: show net size in mtdparts list

This patch adds an additional column to the output of list_partitions. The
additional column will contain the net size and a '(!)' beside it if the net
size is not equal to the partition size.

Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca>
CC: Wolfgang Denk <wd@denx.de>
CC: Scott Wood <scottwood@freescale.com>
common/cmd_mtdparts.c