Skip to content
Snippets Groups Projects
Commit 4ba692fb authored by Ben Gardiner's avatar Ben Gardiner Committed by Scott Wood
Browse files

mtd: add an mtd method for get_len_incl_bad()


The logic to 'spread' mtd partitions needs to calculate the length in
the mtd device, including bad blocks.

This patch introduces a new function, mtd_get_len_incl_bad that can
return both the length including bad blocks and whether that length
was truncated on the device. This new function will be used by the
mtdparts spread command later in this series. The definition of the
function is #ifdef'd out in configurations that do not use the new
'mtdparts spread' command.

Signed-off-by: default avatarBen <Gardiner&lt;bengardiner@nanometrics.ca>
CC: Scott Wood <scottwood@freescale.com>
parent 0a026d3e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment